DBFILESListFolderContinueErrorTag
Objective-C
enum DBFILESListFolderContinueErrorTag : NSInteger {}
                Swift
@frozen enum DBFILESListFolderContinueErrorTag : Int, @unchecked Sendable
                The DBFILESListFolderContinueErrorTag enum type represents the possible
tag states with which the DBFILESListFolderContinueError union can exist.
- 
                  
                  
(no description).
Declaration
Objective-C
DBFILESListFolderContinueErrorPathSwift
case path = 0 - 
                  
                  
Indicates that the cursor has been invalidated. Call
listFolderto obtain a new cursor.Declaration
Objective-C
DBFILESListFolderContinueErrorResetSwift
case reset = 1 - 
                  
                  
(no description).
Declaration
Objective-C
DBFILESListFolderContinueErrorOtherSwift
case other = 2 
View on GitHub
        DBFILESListFolderContinueErrorTag Enumeration Reference