DBSHARINGAddFolderMemberErrorTag
Objective-C
enum DBSHARINGAddFolderMemberErrorTag : NSInteger {}
                Swift
@frozen enum DBSHARINGAddFolderMemberErrorTag : Int, @unchecked Sendable
                The DBSHARINGAddFolderMemberErrorTag enum type represents the possible tag
states with which the DBSHARINGAddFolderMemberError union can exist.
- 
                  
                  
Unable to access shared folder.
Declaration
Objective-C
DBSHARINGAddFolderMemberErrorAccessErrorSwift
case accessError = 0 - 
                  
                  
This user’s email address is not verified. This functionality is only available on accounts with a verified email address. Users can verify their email address here https://www.dropbox.com/help/317.
Declaration
Objective-C
DBSHARINGAddFolderMemberErrorEmailUnverifiedSwift
case emailUnverified = 1 - 
                  
                  
The current user has been banned.
Declaration
Objective-C
DBSHARINGAddFolderMemberErrorBannedMemberSwift
case bannedMember = 2 - 
                  
                  
membersinDBSHARINGAddFolderMemberArgcontains a bad invitation recipient.Declaration
Objective-C
DBSHARINGAddFolderMemberErrorBadMemberSwift
case badMember = 3 - 
                  
                  
Your team policy does not allow sharing outside of the team.
Declaration
Objective-C
DBSHARINGAddFolderMemberErrorCantShareOutsideTeamSwift
case cantShareOutsideTeam = 4 - 
                  
                  
The value is the member limit that was reached.
Declaration
Objective-C
DBSHARINGAddFolderMemberErrorTooManyMembersSwift
case tooManyMembers = 5 - 
                  
                  
The value is the pending invite limit that was reached.
Declaration
Objective-C
DBSHARINGAddFolderMemberErrorTooManyPendingInvitesSwift
case tooManyPendingInvites = 6 - 
                  
                  
The current user has hit the limit of invites they can send per day. Try again in 24 hours.
Declaration
Objective-C
DBSHARINGAddFolderMemberErrorRateLimitSwift
case rateLimit = 7 - 
                  
                  
The current user is trying to share with too many people at once.
Declaration
Objective-C
DBSHARINGAddFolderMemberErrorTooManyInviteesSwift
case tooManyInvitees = 8 - 
                  
                  
The current user’s account doesn’t support this action. An example of this is when adding a read-only member. This action can only be performed by users that have upgraded to a Pro or Business plan.
Declaration
Objective-C
DBSHARINGAddFolderMemberErrorInsufficientPlanSwift
case insufficientPlan = 9 - 
                  
                  
This action cannot be performed on a team shared folder.
Declaration
Objective-C
DBSHARINGAddFolderMemberErrorTeamFolderSwift
case teamFolder = 10 - 
                  
                  
The current user does not have permission to perform this action.
Declaration
Objective-C
DBSHARINGAddFolderMemberErrorNoPermissionSwift
case noPermission = 11 - 
                  
                  
Invalid shared folder error will be returned as an access_error.
Declaration
Objective-C
DBSHARINGAddFolderMemberErrorInvalidSharedFolderSwift
case invalidSharedFolder = 12 - 
                  
                  
(no description).
Declaration
Objective-C
DBSHARINGAddFolderMemberErrorOtherSwift
case other = 13 
View on GitHub
        DBSHARINGAddFolderMemberErrorTag Enumeration Reference