DBSHARINGListFoldersContinueErrorTag
Objective-C
enum DBSHARINGListFoldersContinueErrorTag : NSInteger {}
Swift
@frozen enum DBSHARINGListFoldersContinueErrorTag : Int, @unchecked Sendable
The DBSHARINGListFoldersContinueErrorTag
enum type represents the possible
tag states with which the DBSHARINGListFoldersContinueError
union can
exist.
-
cursor
inDBSHARINGListFoldersContinueArg
is invalid.Declaration
Objective-C
DBSHARINGListFoldersContinueErrorInvalidCursor
Swift
case invalidCursor = 0
-
(no description).
Declaration
Objective-C
DBSHARINGListFoldersContinueErrorOther
Swift
case other = 1