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
DBFILESBaseTagErrorPathSwift
case path = 0 -
(no description).
Declaration
Objective-C
DBFILESBaseTagErrorOtherSwift
case other = 1
View on GitHub
DBFILESBaseTagErrorTag Enumeration Reference