DBFILEPROPERTIESTemplateErrorTag
Objective-C
enum DBFILEPROPERTIESTemplateErrorTag : NSInteger {}
Swift
@frozen enum DBFILEPROPERTIESTemplateErrorTag : Int, @unchecked Sendable
The DBFILEPROPERTIESTemplateErrorTag
enum type represents the possible tag
states with which the DBFILEPROPERTIESTemplateError
union can exist.
-
Template does not exist for the given identifier.
Declaration
Objective-C
DBFILEPROPERTIESTemplateErrorTemplateNotFound
Swift
case templateNotFound = 0
-
You do not have permission to modify this template.
Declaration
Objective-C
DBFILEPROPERTIESTemplateErrorRestrictedContent
Swift
case restrictedContent = 1
-
(no description).
Declaration
Objective-C
DBFILEPROPERTIESTemplateErrorOther
Swift
case other = 2