DBSHARINGUpdateFolderMemberErrorTag
Objective-C
enum DBSHARINGUpdateFolderMemberErrorTag : NSInteger {}
Swift
@frozen enum DBSHARINGUpdateFolderMemberErrorTag : Int, @unchecked Sendable
The DBSHARINGUpdateFolderMemberErrorTag enum type represents the possible
tag states with which the DBSHARINGUpdateFolderMemberError union can
exist.
-
(no description).
Declaration
Objective-C
DBSHARINGUpdateFolderMemberErrorAccessErrorSwift
case accessError = 0 -
(no description).
Declaration
Objective-C
DBSHARINGUpdateFolderMemberErrorMemberErrorSwift
case memberError = 1 -
If updating the access type required the member to be added to the shared folder and there was an error when adding the member.
Declaration
Objective-C
DBSHARINGUpdateFolderMemberErrorNoExplicitAccessSwift
case noExplicitAccess = 2 -
The current user’s account doesn’t support this action. An example of this is when downgrading a member from editor to viewer. This action can only be performed by users that have upgraded to a Pro or Business plan.
Declaration
Objective-C
DBSHARINGUpdateFolderMemberErrorInsufficientPlanSwift
case insufficientPlan = 3 -
The current user does not have permission to perform this action.
Declaration
Objective-C
DBSHARINGUpdateFolderMemberErrorNoPermissionSwift
case noPermission = 4 -
(no description).
Declaration
Objective-C
DBSHARINGUpdateFolderMemberErrorOtherSwift
case other = 5
View on GitHub
DBSHARINGUpdateFolderMemberErrorTag Enumeration Reference