DBSHARINGUpdateFolderPolicyErrorTag
Objective-C
enum DBSHARINGUpdateFolderPolicyErrorTag : NSInteger {}
Swift
@frozen enum DBSHARINGUpdateFolderPolicyErrorTag : Int, @unchecked Sendable
The DBSHARINGUpdateFolderPolicyErrorTag
enum type represents the possible
tag states with which the DBSHARINGUpdateFolderPolicyError
union can
exist.
-
(no description).
Declaration
Objective-C
DBSHARINGUpdateFolderPolicyErrorAccessError
Swift
case accessError = 0
-
memberPolicy
inDBSHARINGUpdateFolderPolicyArg
was set even though user is not on a team.Declaration
Objective-C
DBSHARINGUpdateFolderPolicyErrorNotOnTeam
Swift
case notOnTeam = 1
-
Team policy is more restrictive than
memberPolicy
inDBSHARINGShareFolderArg
.Declaration
Objective-C
DBSHARINGUpdateFolderPolicyErrorTeamPolicyDisallowsMemberPolicy
Swift
case teamPolicyDisallowsMemberPolicy = 2
-
The current account is not allowed to select the specified
sharedLinkPolicy
inDBSHARINGShareFolderArg
.Declaration
Objective-C
DBSHARINGUpdateFolderPolicyErrorDisallowedSharedLinkPolicy
Swift
case disallowedSharedLinkPolicy = 3
-
The current user does not have permission to perform this action.
Declaration
Objective-C
DBSHARINGUpdateFolderPolicyErrorNoPermission
Swift
case noPermission = 4
-
This action cannot be performed on a team shared folder.
Declaration
Objective-C
DBSHARINGUpdateFolderPolicyErrorTeamFolder
Swift
case teamFolder = 5
-
(no description).
Declaration
Objective-C
DBSHARINGUpdateFolderPolicyErrorOther
Swift
case other = 6