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
DBSHARINGUpdateFolderPolicyErrorAccessErrorSwift
case accessError = 0 -
memberPolicyinDBSHARINGUpdateFolderPolicyArgwas set even though user is not on a team.Declaration
Objective-C
DBSHARINGUpdateFolderPolicyErrorNotOnTeamSwift
case notOnTeam = 1 -
Team policy is more restrictive than
memberPolicyinDBSHARINGShareFolderArg.Declaration
Objective-C
DBSHARINGUpdateFolderPolicyErrorTeamPolicyDisallowsMemberPolicySwift
case teamPolicyDisallowsMemberPolicy = 2 -
The current account is not allowed to select the specified
sharedLinkPolicyinDBSHARINGShareFolderArg.Declaration
Objective-C
DBSHARINGUpdateFolderPolicyErrorDisallowedSharedLinkPolicySwift
case disallowedSharedLinkPolicy = 3 -
The current user does not have permission to perform this action.
Declaration
Objective-C
DBSHARINGUpdateFolderPolicyErrorNoPermissionSwift
case noPermission = 4 -
This action cannot be performed on a team shared folder.
Declaration
Objective-C
DBSHARINGUpdateFolderPolicyErrorTeamFolderSwift
case teamFolder = 5 -
(no description).
Declaration
Objective-C
DBSHARINGUpdateFolderPolicyErrorOtherSwift
case other = 6
View on GitHub
DBSHARINGUpdateFolderPolicyErrorTag Enumeration Reference