DBTEAMGroupMembersSelectorErrorTag
Objective-C
enum DBTEAMGroupMembersSelectorErrorTag : NSInteger {}
                Swift
@frozen enum DBTEAMGroupMembersSelectorErrorTag : Int, @unchecked Sendable
                The DBTEAMGroupMembersSelectorErrorTag enum type represents the possible
tag states with which the DBTEAMGroupMembersSelectorError union can exist.
- 
                  
                  
No matching group found. No groups match the specified group ID.
Declaration
Objective-C
DBTEAMGroupMembersSelectorErrorGroupNotFoundSwift
case groupNotFound = 0 - 
                  
                  
(no description).
Declaration
Objective-C
DBTEAMGroupMembersSelectorErrorOtherSwift
case other = 1 - 
                  
                  
This operation is not supported on system-managed groups.
Declaration
Objective-C
DBTEAMGroupMembersSelectorErrorSystemManagedGroupDisallowedSwift
case systemManagedGroupDisallowed = 2 - 
                  
                  
At least one of the specified users is not a member of the group.
Declaration
Objective-C
DBTEAMGroupMembersSelectorErrorMemberNotInGroupSwift
case memberNotInGroup = 3 
View on GitHub
        DBTEAMGroupMembersSelectorErrorTag Enumeration Reference