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
propertiesSearchto obtain a new cursor.Declaration
Objective-C
DBFILEPROPERTIESPropertiesSearchContinueErrorResetSwift
case reset = 0 - 
                  
                  
(no description).
Declaration
Objective-C
DBFILEPROPERTIESPropertiesSearchContinueErrorOtherSwift
case other = 1 
View on GitHub
        DBFILEPROPERTIESPropertiesSearchContinueErrorTag Enumeration Reference