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
DBFILESListFolderContinueErrorPath
Swift
case path = 0
-
Indicates that the cursor has been invalidated. Call
listFolder
to obtain a new cursor.Declaration
Objective-C
DBFILESListFolderContinueErrorReset
Swift
case reset = 1
-
(no description).
Declaration
Objective-C
DBFILESListFolderContinueErrorOther
Swift
case other = 2