DBSHARINGShareFolderErrorTag
Objective-C
enum DBSHARINGShareFolderErrorTag : NSInteger {}
Swift
@frozen enum DBSHARINGShareFolderErrorTag : Int, @unchecked Sendable
The DBSHARINGShareFolderErrorTag
enum type represents the possible tag
states with which the DBSHARINGShareFolderError
union can exist.
-
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
DBSHARINGShareFolderErrorEmailUnverified
Swift
case emailUnverified = 0
-
path
inDBSHARINGShareFolderArg
is invalid.Declaration
Objective-C
DBSHARINGShareFolderErrorBadPath
Swift
case badPath = 1
-
Team policy is more restrictive than
memberPolicy
inDBSHARINGShareFolderArg
.Declaration
Objective-C
DBSHARINGShareFolderErrorTeamPolicyDisallowsMemberPolicy
Swift
case teamPolicyDisallowsMemberPolicy = 2
-
The current user’s account is not allowed to select the specified
sharedLinkPolicy
inDBSHARINGShareFolderArg
.Declaration
Objective-C
DBSHARINGShareFolderErrorDisallowedSharedLinkPolicy
Swift
case disallowedSharedLinkPolicy = 3
-
(no description).
Declaration
Objective-C
DBSHARINGShareFolderErrorOther
Swift
case other = 4
-
The current user does not have permission to perform this action.
Declaration
Objective-C
DBSHARINGShareFolderErrorNoPermission
Swift
case noPermission = 5