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
DBFILEPROPERTIESRemovePropertiesErrorTemplateNotFound
Swift
case templateNotFound = 0
-
You do not have permission to modify this template.
Declaration
Objective-C
DBFILEPROPERTIESRemovePropertiesErrorRestrictedContent
Swift
case restrictedContent = 1
-
(no description).
Declaration
Objective-C
DBFILEPROPERTIESRemovePropertiesErrorOther
Swift
case other = 2
-
(no description).
Declaration
Objective-C
DBFILEPROPERTIESRemovePropertiesErrorPath
Swift
case path = 3
-
This folder cannot be tagged. Tagging folders is not supported for team-owned templates.
Declaration
Objective-C
DBFILEPROPERTIESRemovePropertiesErrorUnsupportedFolder
Swift
case unsupportedFolder = 4
-
(no description).
Declaration
Objective-C
DBFILEPROPERTIESRemovePropertiesErrorPropertyGroupLookup
Swift
case propertyGroupLookup = 5