DBFILEPROPERTIESRemovePropertiesErrorTag
Objective-C
enum DBFILEPROPERTIESRemovePropertiesErrorTag : NSInteger {}
Swift
@frozen enum DBFILEPROPERTIESRemovePropertiesErrorTag : Int, @unchecked Sendable
The DBFILEPROPERTIESRemovePropertiesErrorTag enum type represents the
possible tag states with which the DBFILEPROPERTIESRemovePropertiesError
union can exist.
-
Template does not exist for the given identifier.
Declaration
Objective-C
DBFILEPROPERTIESRemovePropertiesErrorTemplateNotFoundSwift
case templateNotFound = 0 -
You do not have permission to modify this template.
Declaration
Objective-C
DBFILEPROPERTIESRemovePropertiesErrorRestrictedContentSwift
case restrictedContent = 1 -
(no description).
Declaration
Objective-C
DBFILEPROPERTIESRemovePropertiesErrorOtherSwift
case other = 2 -
(no description).
Declaration
Objective-C
DBFILEPROPERTIESRemovePropertiesErrorPathSwift
case path = 3 -
This folder cannot be tagged. Tagging folders is not supported for team-owned templates.
Declaration
Objective-C
DBFILEPROPERTIESRemovePropertiesErrorUnsupportedFolderSwift
case unsupportedFolder = 4 -
(no description).
Declaration
Objective-C
DBFILEPROPERTIESRemovePropertiesErrorPropertyGroupLookupSwift
case propertyGroupLookup = 5
View on GitHub
DBFILEPROPERTIESRemovePropertiesErrorTag Enumeration Reference