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
DBFILEPROPERTIESModifyTemplateErrorTemplateNotFound
Swift
case templateNotFound = 0
-
You do not have permission to modify this template.
Declaration
Objective-C
DBFILEPROPERTIESModifyTemplateErrorRestrictedContent
Swift
case restrictedContent = 1
-
(no description).
Declaration
Objective-C
DBFILEPROPERTIESModifyTemplateErrorOther
Swift
case other = 2
-
A property field key with that name already exists in the template.
Declaration
Objective-C
DBFILEPROPERTIESModifyTemplateErrorConflictingPropertyNames
Swift
case conflictingPropertyNames = 3
-
There are too many properties in the changed template. The maximum number of properties per template is 32.
Declaration
Objective-C
DBFILEPROPERTIESModifyTemplateErrorTooManyProperties
Swift
case tooManyProperties = 4
-
There are too many templates for the team.
Declaration
Objective-C
DBFILEPROPERTIESModifyTemplateErrorTooManyTemplates
Swift
case tooManyTemplates = 5
-
The template name, description or one or more of the property field keys is too large.
Declaration
Objective-C
DBFILEPROPERTIESModifyTemplateErrorTemplateAttributeTooLarge
Swift
case templateAttributeTooLarge = 6