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
DBFILEPROPERTIESLookUpPropertiesErrorPropertyGroupNotFound
Swift
case propertyGroupNotFound = 0
-
(no description).
Declaration
Objective-C
DBFILEPROPERTIESLookUpPropertiesErrorOther
Swift
case other = 1