DBFILEPROPERTIESModifyTemplateErrorTag
Objective-C
enum DBFILEPROPERTIESModifyTemplateErrorTag : NSInteger {}
Swift
@frozen enum DBFILEPROPERTIESModifyTemplateErrorTag : Int, @unchecked Sendable
The DBFILEPROPERTIESModifyTemplateErrorTag enum type represents the
possible tag states with which the DBFILEPROPERTIESModifyTemplateError
union can exist.
-
Template does not exist for the given identifier.
Declaration
Objective-C
DBFILEPROPERTIESModifyTemplateErrorTemplateNotFoundSwift
case templateNotFound = 0 -
You do not have permission to modify this template.
Declaration
Objective-C
DBFILEPROPERTIESModifyTemplateErrorRestrictedContentSwift
case restrictedContent = 1 -
(no description).
Declaration
Objective-C
DBFILEPROPERTIESModifyTemplateErrorOtherSwift
case other = 2 -
A property field key with that name already exists in the template.
Declaration
Objective-C
DBFILEPROPERTIESModifyTemplateErrorConflictingPropertyNamesSwift
case conflictingPropertyNames = 3 -
There are too many properties in the changed template. The maximum number of properties per template is 32.
Declaration
Objective-C
DBFILEPROPERTIESModifyTemplateErrorTooManyPropertiesSwift
case tooManyProperties = 4 -
There are too many templates for the team.
Declaration
Objective-C
DBFILEPROPERTIESModifyTemplateErrorTooManyTemplatesSwift
case tooManyTemplates = 5 -
The template name, description or one or more of the property field keys is too large.
Declaration
Objective-C
DBFILEPROPERTIESModifyTemplateErrorTemplateAttributeTooLargeSwift
case templateAttributeTooLarge = 6
View on GitHub
DBFILEPROPERTIESModifyTemplateErrorTag Enumeration Reference