DBFILEPROPERTIESUpdatePropertiesErrorTag
Objective-C
enum DBFILEPROPERTIESUpdatePropertiesErrorTag : NSInteger {}
Swift
@frozen enum DBFILEPROPERTIESUpdatePropertiesErrorTag : Int, @unchecked Sendable
The DBFILEPROPERTIESUpdatePropertiesErrorTag enum type represents the
possible tag states with which the DBFILEPROPERTIESUpdatePropertiesError
union can exist.
-
Template does not exist for the given identifier.
Declaration
Objective-C
DBFILEPROPERTIESUpdatePropertiesErrorTemplateNotFoundSwift
case templateNotFound = 0 -
You do not have permission to modify this template.
Declaration
Objective-C
DBFILEPROPERTIESUpdatePropertiesErrorRestrictedContentSwift
case restrictedContent = 1 -
(no description).
Declaration
Objective-C
DBFILEPROPERTIESUpdatePropertiesErrorOtherSwift
case other = 2 -
(no description).
Declaration
Objective-C
DBFILEPROPERTIESUpdatePropertiesErrorPathSwift
case path = 3 -
This folder cannot be tagged. Tagging folders is not supported for team-owned templates.
Declaration
Objective-C
DBFILEPROPERTIESUpdatePropertiesErrorUnsupportedFolderSwift
case unsupportedFolder = 4 -
One or more of the supplied property field values is too large.
Declaration
Objective-C
DBFILEPROPERTIESUpdatePropertiesErrorPropertyFieldTooLargeSwift
case propertyFieldTooLarge = 5 -
One or more of the supplied property fields does not conform to the template specifications.
Declaration
Objective-C
DBFILEPROPERTIESUpdatePropertiesErrorDoesNotFitTemplateSwift
case doesNotFitTemplate = 6 -
There are 2 or more property groups referring to the same templates in the input.
Declaration
Objective-C
DBFILEPROPERTIESUpdatePropertiesErrorDuplicatePropertyGroupsSwift
case duplicatePropertyGroups = 7 -
(no description).
Declaration
Objective-C
DBFILEPROPERTIESUpdatePropertiesErrorPropertyGroupLookupSwift
case propertyGroupLookup = 8
View on GitHub
DBFILEPROPERTIESUpdatePropertiesErrorTag Enumeration Reference