DBFILEPROPERTIESLookUpPropertiesErrorTag
Objective-C
enum DBFILEPROPERTIESLookUpPropertiesErrorTag : NSInteger {}
Swift
@frozen enum DBFILEPROPERTIESLookUpPropertiesErrorTag : Int, @unchecked Sendable
The DBFILEPROPERTIESLookUpPropertiesErrorTag enum type represents the
possible tag states with which the DBFILEPROPERTIESLookUpPropertiesError
union can exist.
-
No property group was found.
Declaration
Objective-C
DBFILEPROPERTIESLookUpPropertiesErrorPropertyGroupNotFoundSwift
case propertyGroupNotFound = 0 -
(no description).
Declaration
Objective-C
DBFILEPROPERTIESLookUpPropertiesErrorOtherSwift
case other = 1
View on GitHub
DBFILEPROPERTIESLookUpPropertiesErrorTag Enumeration Reference