DBFILEPROPERTIESPropertiesSearchContinueErrorTag
Objective-C
enum DBFILEPROPERTIESPropertiesSearchContinueErrorTag : NSInteger {}
Swift
@frozen enum DBFILEPROPERTIESPropertiesSearchContinueErrorTag : Int, @unchecked Sendable
The DBFILEPROPERTIESPropertiesSearchContinueErrorTag
enum type represents
the possible tag states with which the
DBFILEPROPERTIESPropertiesSearchContinueError
union can exist.
-
Indicates that the cursor has been invalidated. Call
propertiesSearch
to obtain a new cursor.Declaration
Objective-C
DBFILEPROPERTIESPropertiesSearchContinueErrorReset
Swift
case reset = 0
-
(no description).
Declaration
Objective-C
DBFILEPROPERTIESPropertiesSearchContinueErrorOther
Swift
case other = 1