DBTEAMGroupMemberSelectorErrorTag
Objective-C
enum DBTEAMGroupMemberSelectorErrorTag : NSInteger {}
                Swift
@frozen enum DBTEAMGroupMemberSelectorErrorTag : Int, @unchecked Sendable
                The DBTEAMGroupMemberSelectorErrorTag enum type represents the possible
tag states with which the DBTEAMGroupMemberSelectorError union can exist.
- 
                  
                  
No matching group found. No groups match the specified group ID.
Declaration
Objective-C
DBTEAMGroupMemberSelectorErrorGroupNotFoundSwift
case groupNotFound = 0 - 
                  
                  
(no description).
Declaration
Objective-C
DBTEAMGroupMemberSelectorErrorOtherSwift
case other = 1 - 
                  
                  
This operation is not supported on system-managed groups.
Declaration
Objective-C
DBTEAMGroupMemberSelectorErrorSystemManagedGroupDisallowedSwift
case systemManagedGroupDisallowed = 2 - 
                  
                  
The specified user is not a member of this group.
Declaration
Objective-C
DBTEAMGroupMemberSelectorErrorMemberNotInGroupSwift
case memberNotInGroup = 3 
View on GitHub
        DBTEAMGroupMemberSelectorErrorTag Enumeration Reference