DBFILESListFolderErrorTag
Objective-C
enum DBFILESListFolderErrorTag : NSInteger {}
Swift
@frozen enum DBFILESListFolderErrorTag : Int, @unchecked Sendable
The DBFILESListFolderErrorTag
enum type represents the possible tag states
with which the DBFILESListFolderError
union can exist.
-
(no description).
Declaration
Objective-C
DBFILESListFolderErrorPath
Swift
case path = 0
-
(no description).
Declaration
Objective-C
DBFILESListFolderErrorTemplateError
Swift
case templateError = 1
-
(no description).
Declaration
Objective-C
DBFILESListFolderErrorOther
Swift
case other = 2