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
DBSHARINGAddFolderMemberErrorAccessError
Swift
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
DBSHARINGAddFolderMemberErrorEmailUnverified
Swift
case emailUnverified = 1
-
The current user has been banned.
Declaration
Objective-C
DBSHARINGAddFolderMemberErrorBannedMember
Swift
case bannedMember = 2
-
members
inDBSHARINGAddFolderMemberArg
contains a bad invitation recipient.Declaration
Objective-C
DBSHARINGAddFolderMemberErrorBadMember
Swift
case badMember = 3
-
Your team policy does not allow sharing outside of the team.
Declaration
Objective-C
DBSHARINGAddFolderMemberErrorCantShareOutsideTeam
Swift
case cantShareOutsideTeam = 4
-
The value is the member limit that was reached.
Declaration
Objective-C
DBSHARINGAddFolderMemberErrorTooManyMembers
Swift
case tooManyMembers = 5
-
The value is the pending invite limit that was reached.
Declaration
Objective-C
DBSHARINGAddFolderMemberErrorTooManyPendingInvites
Swift
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
DBSHARINGAddFolderMemberErrorRateLimit
Swift
case rateLimit = 7
-
The current user is trying to share with too many people at once.
Declaration
Objective-C
DBSHARINGAddFolderMemberErrorTooManyInvitees
Swift
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
DBSHARINGAddFolderMemberErrorInsufficientPlan
Swift
case insufficientPlan = 9
-
This action cannot be performed on a team shared folder.
Declaration
Objective-C
DBSHARINGAddFolderMemberErrorTeamFolder
Swift
case teamFolder = 10
-
The current user does not have permission to perform this action.
Declaration
Objective-C
DBSHARINGAddFolderMemberErrorNoPermission
Swift
case noPermission = 11
-
Invalid shared folder error will be returned as an access_error.
Declaration
Objective-C
DBSHARINGAddFolderMemberErrorInvalidSharedFolder
Swift
case invalidSharedFolder = 12
-
(no description).
Declaration
Objective-C
DBSHARINGAddFolderMemberErrorOther
Swift
case other = 13