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
DBSHARINGShareFolderErrorBaseEmailUnverifiedSwift
case emailUnverified = 0 -
pathinDBSHARINGShareFolderArgis invalid.Declaration
Objective-C
DBSHARINGShareFolderErrorBaseBadPathSwift
case badPath = 1 -
Team policy is more restrictive than
memberPolicyinDBSHARINGShareFolderArg.Declaration
Objective-C
DBSHARINGShareFolderErrorBaseTeamPolicyDisallowsMemberPolicySwift
case teamPolicyDisallowsMemberPolicy = 2 -
The current user’s account is not allowed to select the specified
sharedLinkPolicyinDBSHARINGShareFolderArg.Declaration
Objective-C
DBSHARINGShareFolderErrorBaseDisallowedSharedLinkPolicySwift
case disallowedSharedLinkPolicy = 3 -
(no description).
Declaration
Objective-C
DBSHARINGShareFolderErrorBaseOtherSwift
case other = 4
View on GitHub
DBSHARINGShareFolderErrorBaseTag Enumeration Reference