DBFILEPROPERTIESPropertiesErrorTag
Objective-C
enum DBFILEPROPERTIESPropertiesErrorTag : NSInteger {}
Swift
@frozen enum DBFILEPROPERTIESPropertiesErrorTag : Int, @unchecked Sendable
The DBFILEPROPERTIESPropertiesErrorTag
enum type represents the possible
tag states with which the DBFILEPROPERTIESPropertiesError
union can exist.
-
Template does not exist for the given identifier.
Declaration
Objective-C
DBFILEPROPERTIESPropertiesErrorTemplateNotFound
Swift
case templateNotFound = 0
-
You do not have permission to modify this template.
Declaration
Objective-C
DBFILEPROPERTIESPropertiesErrorRestrictedContent
Swift
case restrictedContent = 1
-
(no description).
Declaration
Objective-C
DBFILEPROPERTIESPropertiesErrorOther
Swift
case other = 2
-
(no description).
Declaration
Objective-C
DBFILEPROPERTIESPropertiesErrorPath
Swift
case path = 3
-
This folder cannot be tagged. Tagging folders is not supported for team-owned templates.
Declaration
Objective-C
DBFILEPROPERTIESPropertiesErrorUnsupportedFolder
Swift
case unsupportedFolder = 4