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
DBFILESCreateFolderEntryErrorPath
Swift
case path = 0
-
(no description).
Declaration
Objective-C
DBFILESCreateFolderEntryErrorOther
Swift
case other = 1