DBFILEPROPERTIESPropertiesSearchErrorTag
Objective-C
enum DBFILEPROPERTIESPropertiesSearchErrorTag : NSInteger {}
                Swift
@frozen enum DBFILEPROPERTIESPropertiesSearchErrorTag : Int, @unchecked Sendable
                The DBFILEPROPERTIESPropertiesSearchErrorTag enum type represents the
possible tag states with which the DBFILEPROPERTIESPropertiesSearchError
union can exist.
- 
                  
                  
(no description).
Declaration
Objective-C
DBFILEPROPERTIESPropertiesSearchErrorPropertyGroupLookupSwift
case propertyGroupLookup = 0 - 
                  
                  
(no description).
Declaration
Objective-C
DBFILEPROPERTIESPropertiesSearchErrorOtherSwift
case other = 1 
View on GitHub
        DBFILEPROPERTIESPropertiesSearchErrorTag Enumeration Reference