DBFILEPROPERTIESAddPropertiesErrorTag
Objective-C
enum DBFILEPROPERTIESAddPropertiesErrorTag : NSInteger {}
Swift
@frozen enum DBFILEPROPERTIESAddPropertiesErrorTag : Int, @unchecked Sendable
The DBFILEPROPERTIESAddPropertiesErrorTag enum type represents the
possible tag states with which the DBFILEPROPERTIESAddPropertiesError
union can exist.
-
Template does not exist for the given identifier.
Declaration
Objective-C
DBFILEPROPERTIESAddPropertiesErrorTemplateNotFoundSwift
case templateNotFound = 0 -
You do not have permission to modify this template.
Declaration
Objective-C
DBFILEPROPERTIESAddPropertiesErrorRestrictedContentSwift
case restrictedContent = 1 -
(no description).
Declaration
Objective-C
DBFILEPROPERTIESAddPropertiesErrorOtherSwift
case other = 2 -
(no description).
Declaration
Objective-C
DBFILEPROPERTIESAddPropertiesErrorPathSwift
case path = 3 -
This folder cannot be tagged. Tagging folders is not supported for team-owned templates.
Declaration
Objective-C
DBFILEPROPERTIESAddPropertiesErrorUnsupportedFolderSwift
case unsupportedFolder = 4 -
One or more of the supplied property field values is too large.
Declaration
Objective-C
DBFILEPROPERTIESAddPropertiesErrorPropertyFieldTooLargeSwift
case propertyFieldTooLarge = 5 -
One or more of the supplied property fields does not conform to the template specifications.
Declaration
Objective-C
DBFILEPROPERTIESAddPropertiesErrorDoesNotFitTemplateSwift
case doesNotFitTemplate = 6 -
There are 2 or more property groups referring to the same templates in the input.
Declaration
Objective-C
DBFILEPROPERTIESAddPropertiesErrorDuplicatePropertyGroupsSwift
case duplicatePropertyGroups = 7 -
A property group associated with this template and file already exists.
Declaration
Objective-C
DBFILEPROPERTIESAddPropertiesErrorPropertyGroupAlreadyExistsSwift
case propertyGroupAlreadyExists = 8
View on GitHub
DBFILEPROPERTIESAddPropertiesErrorTag Enumeration Reference