DBTEAMGroupsGetInfoErrorTag
Objective-C
enum DBTEAMGroupsGetInfoErrorTag : NSInteger {}
                Swift
@frozen enum DBTEAMGroupsGetInfoErrorTag : Int, @unchecked Sendable
                The DBTEAMGroupsGetInfoErrorTag enum type represents the possible tag
states with which the DBTEAMGroupsGetInfoError union can exist.
- 
                  
                  
The group is not on your team.
Declaration
Objective-C
DBTEAMGroupsGetInfoErrorGroupNotOnTeamSwift
case groupNotOnTeam = 0 - 
                  
                  
(no description).
Declaration
Objective-C
DBTEAMGroupsGetInfoErrorOtherSwift
case other = 1 
View on GitHub
        DBTEAMGroupsGetInfoErrorTag Enumeration Reference