DBSHARINGShareFolderErrorBaseTag
Objective-C
enum DBSHARINGShareFolderErrorBaseTag : NSInteger {}
Swift
@frozen enum DBSHARINGShareFolderErrorBaseTag : Int, @unchecked Sendable
The DBSHARINGShareFolderErrorBaseTag
enum type represents the possible tag
states with which the DBSHARINGShareFolderErrorBase
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
DBSHARINGShareFolderErrorBaseEmailUnverified
Swift
case emailUnverified = 0
-
path
inDBSHARINGShareFolderArg
is invalid.Declaration
Objective-C
DBSHARINGShareFolderErrorBaseBadPath
Swift
case badPath = 1
-
Team policy is more restrictive than
memberPolicy
inDBSHARINGShareFolderArg
.Declaration
Objective-C
DBSHARINGShareFolderErrorBaseTeamPolicyDisallowsMemberPolicy
Swift
case teamPolicyDisallowsMemberPolicy = 2
-
The current user’s account is not allowed to select the specified
sharedLinkPolicy
inDBSHARINGShareFolderArg
.Declaration
Objective-C
DBSHARINGShareFolderErrorBaseDisallowedSharedLinkPolicy
Swift
case disallowedSharedLinkPolicy = 3
-
(no description).
Declaration
Objective-C
DBSHARINGShareFolderErrorBaseOther
Swift
case other = 4