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
DBTEAMGroupMembersRemoveErrorGroupNotFoundSwift
case groupNotFound = 0 -
(no description).
Declaration
Objective-C
DBTEAMGroupMembersRemoveErrorOtherSwift
case other = 1 -
This operation is not supported on system-managed groups.
Declaration
Objective-C
DBTEAMGroupMembersRemoveErrorSystemManagedGroupDisallowedSwift
case systemManagedGroupDisallowed = 2 -
At least one of the specified users is not a member of the group.
Declaration
Objective-C
DBTEAMGroupMembersRemoveErrorMemberNotInGroupSwift
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
DBTEAMGroupMembersRemoveErrorGroupNotInTeamSwift
case groupNotInTeam = 4 -
These members are not part of your team.
Declaration
Objective-C
DBTEAMGroupMembersRemoveErrorMembersNotInTeamSwift
case membersNotInTeam = 5 -
These users were not found in Dropbox.
Declaration
Objective-C
DBTEAMGroupMembersRemoveErrorUsersNotFoundSwift
case usersNotFound = 6
View on GitHub
DBTEAMGroupMembersRemoveErrorTag Enumeration Reference