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
DBFILESListFolderErrorPathSwift
case path = 0 -
(no description).
Declaration
Objective-C
DBFILESListFolderErrorTemplateErrorSwift
case templateError = 1 -
(no description).
Declaration
Objective-C
DBFILESListFolderErrorOtherSwift
case other = 2
View on GitHub
DBFILESListFolderErrorTag Enumeration Reference