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