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
DBTEAMGroupsListContinueErrorInvalidCursorSwift
case invalidCursor = 0 - 
                  
                  
(no description).
Declaration
Objective-C
DBTEAMGroupsListContinueErrorOtherSwift
case other = 1 
View on GitHub
        DBTEAMGroupsListContinueErrorTag Enumeration Reference