DBFILESBaseTagErrorTag
Objective-C
enum DBFILESBaseTagErrorTag : NSInteger {}
Swift
@frozen enum DBFILESBaseTagErrorTag : Int, @unchecked Sendable
The DBFILESBaseTagErrorTag
enum type represents the possible tag states
with which the DBFILESBaseTagError
union can exist.
-
(no description).
Declaration
Objective-C
DBFILESBaseTagErrorPath
Swift
case path = 0
-
(no description).
Declaration
Objective-C
DBFILESBaseTagErrorOther
Swift
case other = 1