DBTEAMGroupMembersAddErrorTag
Objective-C
enum DBTEAMGroupMembersAddErrorTag : NSInteger {}
                Swift
@frozen enum DBTEAMGroupMembersAddErrorTag : Int, @unchecked Sendable
                The DBTEAMGroupMembersAddErrorTag enum type represents the possible tag
states with which the DBTEAMGroupMembersAddError union can exist.
- 
                  
                  
No matching group found. No groups match the specified group ID.
Declaration
Objective-C
DBTEAMGroupMembersAddErrorGroupNotFoundSwift
case groupNotFound = 0 - 
                  
                  
(no description).
Declaration
Objective-C
DBTEAMGroupMembersAddErrorOtherSwift
case other = 1 - 
                  
                  
This operation is not supported on system-managed groups.
Declaration
Objective-C
DBTEAMGroupMembersAddErrorSystemManagedGroupDisallowedSwift
case systemManagedGroupDisallowed = 2 - 
                  
                  
You cannot add duplicate users. One or more of the members you are trying to add is already a member of the group.
Declaration
Objective-C
DBTEAMGroupMembersAddErrorDuplicateUserSwift
case duplicateUser = 3 - 
                  
                  
Group is not in this team. You cannot add members to a group that is outside of your team.
Declaration
Objective-C
DBTEAMGroupMembersAddErrorGroupNotInTeamSwift
case groupNotInTeam = 4 - 
                  
                  
These members are not part of your team. Currently, you cannot add members to a group if they are not part of your team, though this may change in a subsequent version. To add new members to your Dropbox Business team, use the
membersAddendpoint.Declaration
Objective-C
DBTEAMGroupMembersAddErrorMembersNotInTeamSwift
case membersNotInTeam = 5 - 
                  
                  
These users were not found in Dropbox.
Declaration
Objective-C
DBTEAMGroupMembersAddErrorUsersNotFoundSwift
case usersNotFound = 6 - 
                  
                  
A suspended user cannot be added to a group as
ownerinDBTEAMGroupAccessType.Declaration
Objective-C
DBTEAMGroupMembersAddErrorUserMustBeActiveToBeOwnerSwift
case userMustBeActiveToBeOwner = 7 - 
                  
                  
A company-managed group cannot be managed by a user.
Declaration
Objective-C
DBTEAMGroupMembersAddErrorUserCannotBeManagerOfCompanyManagedGroupSwift
case userCannotBeManagerOfCompanyManagedGroup = 8 
View on GitHub
        DBTEAMGroupMembersAddErrorTag Enumeration Reference