DBFILESAddTagErrorTag
Objective-C
enum DBFILESAddTagErrorTag : NSInteger {}
Swift
@frozen enum DBFILESAddTagErrorTag : Int, @unchecked Sendable
The DBFILESAddTagErrorTag
enum type represents the possible tag states
with which the DBFILESAddTagError
union can exist.
-
(no description).
Declaration
Objective-C
DBFILESAddTagErrorPath
Swift
case path = 0
-
(no description).
Declaration
Objective-C
DBFILESAddTagErrorOther
Swift
case other = 1
-
The item already has the maximum supported number of tags.
Declaration
Objective-C
DBFILESAddTagErrorTooManyTags
Swift
case tooManyTags = 2