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
DBTEAMGroupMemberSelectorErrorGroupNotFound
Swift
case groupNotFound = 0
-
(no description).
Declaration
Objective-C
DBTEAMGroupMemberSelectorErrorOther
Swift
case other = 1
-
This operation is not supported on system-managed groups.
Declaration
Objective-C
DBTEAMGroupMemberSelectorErrorSystemManagedGroupDisallowed
Swift
case systemManagedGroupDisallowed = 2
-
The specified user is not a member of this group.
Declaration
Objective-C
DBTEAMGroupMemberSelectorErrorMemberNotInGroup
Swift
case memberNotInGroup = 3