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
DBFILEPROPERTIESTemplateErrorTemplateNotFoundSwift
case templateNotFound = 0 - 
                  
                  
You do not have permission to modify this template.
Declaration
Objective-C
DBFILEPROPERTIESTemplateErrorRestrictedContentSwift
case restrictedContent = 1 - 
                  
                  
(no description).
Declaration
Objective-C
DBFILEPROPERTIESTemplateErrorOtherSwift
case other = 2 
View on GitHub
        DBFILEPROPERTIESTemplateErrorTag Enumeration Reference