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
DBSHARINGShareFolderErrorEmailUnverifiedSwift
case emailUnverified = 0 - 
                  
                  
pathinDBSHARINGShareFolderArgis invalid.Declaration
Objective-C
DBSHARINGShareFolderErrorBadPathSwift
case badPath = 1 - 
                  
                  
Team policy is more restrictive than
memberPolicyinDBSHARINGShareFolderArg.Declaration
Objective-C
DBSHARINGShareFolderErrorTeamPolicyDisallowsMemberPolicySwift
case teamPolicyDisallowsMemberPolicy = 2 - 
                  
                  
The current user’s account is not allowed to select the specified
sharedLinkPolicyinDBSHARINGShareFolderArg.Declaration
Objective-C
DBSHARINGShareFolderErrorDisallowedSharedLinkPolicySwift
case disallowedSharedLinkPolicy = 3 - 
                  
                  
(no description).
Declaration
Objective-C
DBSHARINGShareFolderErrorOtherSwift
case other = 4 - 
                  
                  
The current user does not have permission to perform this action.
Declaration
Objective-C
DBSHARINGShareFolderErrorNoPermissionSwift
case noPermission = 5 
View on GitHub
        DBSHARINGShareFolderErrorTag Enumeration Reference