DBTEAMGroupSelectorWithTeamGroupErrorTag
Objective-C
enum DBTEAMGroupSelectorWithTeamGroupErrorTag : NSInteger {}
                Swift
@frozen enum DBTEAMGroupSelectorWithTeamGroupErrorTag : Int, @unchecked Sendable
                The DBTEAMGroupSelectorWithTeamGroupErrorTag enum type represents the
possible tag states with which the DBTEAMGroupSelectorWithTeamGroupError
union can exist.
- 
                  
                  
No matching group found. No groups match the specified group ID.
Declaration
Objective-C
DBTEAMGroupSelectorWithTeamGroupErrorGroupNotFoundSwift
case groupNotFound = 0 - 
                  
                  
(no description).
Declaration
Objective-C
DBTEAMGroupSelectorWithTeamGroupErrorOtherSwift
case other = 1 - 
                  
                  
This operation is not supported on system-managed groups.
Declaration
Objective-C
DBTEAMGroupSelectorWithTeamGroupErrorSystemManagedGroupDisallowedSwift
case systemManagedGroupDisallowed = 2 
View on GitHub
        DBTEAMGroupSelectorWithTeamGroupErrorTag Enumeration Reference