DBTEAMGroupSelectorErrorTag
Objective-C
enum DBTEAMGroupSelectorErrorTag : NSInteger {}
                Swift
@frozen enum DBTEAMGroupSelectorErrorTag : Int, @unchecked Sendable
                The DBTEAMGroupSelectorErrorTag enum type represents the possible tag
states with which the DBTEAMGroupSelectorError union can exist.
- 
                  
                  
No matching group found. No groups match the specified group ID.
Declaration
Objective-C
DBTEAMGroupSelectorErrorGroupNotFoundSwift
case groupNotFound = 0 - 
                  
                  
(no description).
Declaration
Objective-C
DBTEAMGroupSelectorErrorOtherSwift
case other = 1 
View on GitHub
        DBTEAMGroupSelectorErrorTag Enumeration Reference