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
DBFILESAddTagErrorPathSwift
case path = 0 - 
                  
                  
(no description).
Declaration
Objective-C
DBFILESAddTagErrorOtherSwift
case other = 1 - 
                  
                  
The item already has the maximum supported number of tags.
Declaration
Objective-C
DBFILESAddTagErrorTooManyTagsSwift
case tooManyTags = 2 
View on GitHub
        DBFILESAddTagErrorTag Enumeration Reference