DBTEAMGroupsMembersListContinueErrorTag
Objective-C
enum DBTEAMGroupsMembersListContinueErrorTag : NSInteger {}
                Swift
@frozen enum DBTEAMGroupsMembersListContinueErrorTag : Int, @unchecked Sendable
                The DBTEAMGroupsMembersListContinueErrorTag enum type represents the
possible tag states with which the DBTEAMGroupsMembersListContinueError
union can exist.
- 
                  
                  
The cursor is invalid.
Declaration
Objective-C
DBTEAMGroupsMembersListContinueErrorInvalidCursorSwift
case invalidCursor = 0 - 
                  
                  
(no description).
Declaration
Objective-C
DBTEAMGroupsMembersListContinueErrorOtherSwift
case other = 1 
View on GitHub
        DBTEAMGroupsMembersListContinueErrorTag Enumeration Reference