DBFILESCreateFolderEntryErrorTag
Objective-C
enum DBFILESCreateFolderEntryErrorTag : NSInteger {}
Swift
@frozen enum DBFILESCreateFolderEntryErrorTag : Int, @unchecked Sendable
The DBFILESCreateFolderEntryErrorTag enum type represents the possible tag
states with which the DBFILESCreateFolderEntryError union can exist.
-
(no description).
Declaration
Objective-C
DBFILESCreateFolderEntryErrorPathSwift
case path = 0 -
(no description).
Declaration
Objective-C
DBFILESCreateFolderEntryErrorOtherSwift
case other = 1
View on GitHub
DBFILESCreateFolderEntryErrorTag Enumeration Reference