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
DBFILESRemoveTagErrorPathSwift
case path = 0 - 
                  
                  
(no description).
Declaration
Objective-C
DBFILESRemoveTagErrorOtherSwift
case other = 1 - 
                  
                  
That tag doesn’t exist at this path.
Declaration
Objective-C
DBFILESRemoveTagErrorTagNotPresentSwift
case tagNotPresent = 2 
View on GitHub
        DBFILESRemoveTagErrorTag Enumeration Reference