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
listFolderto obtain a new cursor.Declaration
Objective-C
DBFILESListFolderLongpollErrorResetSwift
case reset = 0 -
(no description).
Declaration
Objective-C
DBFILESListFolderLongpollErrorOtherSwift
case other = 1
View on GitHub
DBFILESListFolderLongpollErrorTag Enumeration Reference