DBFILESRemoveTagErrorTag
Objective-C
enum DBFILESRemoveTagErrorTag : NSInteger {}
Swift
@frozen enum DBFILESRemoveTagErrorTag : Int, @unchecked Sendable
The DBFILESRemoveTagErrorTag
enum type represents the possible tag states
with which the DBFILESRemoveTagError
union can exist.
-
(no description).
Declaration
Objective-C
DBFILESRemoveTagErrorPath
Swift
case path = 0
-
(no description).
Declaration
Objective-C
DBFILESRemoveTagErrorOther
Swift
case other = 1
-
That tag doesn’t exist at this path.
Declaration
Objective-C
DBFILESRemoveTagErrorTagNotPresent
Swift
case tagNotPresent = 2