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