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
DBTEAMGroupMembersSelectorErrorGroupNotFound
Swift
case groupNotFound = 0
-
(no description).
Declaration
Objective-C
DBTEAMGroupMembersSelectorErrorOther
Swift
case other = 1
-
This operation is not supported on system-managed groups.
Declaration
Objective-C
DBTEAMGroupMembersSelectorErrorSystemManagedGroupDisallowed
Swift
case systemManagedGroupDisallowed = 2
-
At least one of the specified users is not a member of the group.
Declaration
Objective-C
DBTEAMGroupMembersSelectorErrorMemberNotInGroup
Swift
case memberNotInGroup = 3