DBTEAMGroupMembersRemoveErrorTag
Objective-C
enum DBTEAMGroupMembersRemoveErrorTag : NSInteger {}
Swift
@frozen enum DBTEAMGroupMembersRemoveErrorTag : Int, @unchecked Sendable
The DBTEAMGroupMembersRemoveErrorTag
enum type represents the possible tag
states with which the DBTEAMGroupMembersRemoveError
union can exist.
-
No matching group found. No groups match the specified group ID.
Declaration
Objective-C
DBTEAMGroupMembersRemoveErrorGroupNotFound
Swift
case groupNotFound = 0
-
(no description).
Declaration
Objective-C
DBTEAMGroupMembersRemoveErrorOther
Swift
case other = 1
-
This operation is not supported on system-managed groups.
Declaration
Objective-C
DBTEAMGroupMembersRemoveErrorSystemManagedGroupDisallowed
Swift
case systemManagedGroupDisallowed = 2
-
At least one of the specified users is not a member of the group.
Declaration
Objective-C
DBTEAMGroupMembersRemoveErrorMemberNotInGroup
Swift
case memberNotInGroup = 3
-
Group is not in this team. You cannot remove members from a group that is outside of your team.
Declaration
Objective-C
DBTEAMGroupMembersRemoveErrorGroupNotInTeam
Swift
case groupNotInTeam = 4
-
These members are not part of your team.
Declaration
Objective-C
DBTEAMGroupMembersRemoveErrorMembersNotInTeam
Swift
case membersNotInTeam = 5
-
These users were not found in Dropbox.
Declaration
Objective-C
DBTEAMGroupMembersRemoveErrorUsersNotFound
Swift
case usersNotFound = 6