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
DBSHARINGUpdateFolderMemberErrorAccessError
Swift
case accessError = 0
-
(no description).
Declaration
Objective-C
DBSHARINGUpdateFolderMemberErrorMemberError
Swift
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
DBSHARINGUpdateFolderMemberErrorNoExplicitAccess
Swift
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
DBSHARINGUpdateFolderMemberErrorInsufficientPlan
Swift
case insufficientPlan = 3
-
The current user does not have permission to perform this action.
Declaration
Objective-C
DBSHARINGUpdateFolderMemberErrorNoPermission
Swift
case noPermission = 4
-
(no description).
Declaration
Objective-C
DBSHARINGUpdateFolderMemberErrorOther
Swift
case other = 5