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
DBFILEPROPERTIESPropertiesErrorTemplateNotFoundSwift
case templateNotFound = 0 -
You do not have permission to modify this template.
Declaration
Objective-C
DBFILEPROPERTIESPropertiesErrorRestrictedContentSwift
case restrictedContent = 1 -
(no description).
Declaration
Objective-C
DBFILEPROPERTIESPropertiesErrorOtherSwift
case other = 2 -
(no description).
Declaration
Objective-C
DBFILEPROPERTIESPropertiesErrorPathSwift
case path = 3 -
This folder cannot be tagged. Tagging folders is not supported for team-owned templates.
Declaration
Objective-C
DBFILEPROPERTIESPropertiesErrorUnsupportedFolderSwift
case unsupportedFolder = 4
View on GitHub
DBFILEPROPERTIESPropertiesErrorTag Enumeration Reference