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