DBSHARINGCreateSharedLinkWithSettingsErrorTag
Objective-C
enum DBSHARINGCreateSharedLinkWithSettingsErrorTag : NSInteger {}
Swift
@frozen enum DBSHARINGCreateSharedLinkWithSettingsErrorTag : Int, @unchecked Sendable
The DBSHARINGCreateSharedLinkWithSettingsErrorTag
enum type represents the
possible tag states with which the
DBSHARINGCreateSharedLinkWithSettingsError
union can exist.
-
(no description).
Declaration
Objective-C
DBSHARINGCreateSharedLinkWithSettingsErrorPath
Swift
case path = 0
-
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
DBSHARINGCreateSharedLinkWithSettingsErrorEmailNotVerified
Swift
case emailNotVerified = 1
-
The shared link already exists. You can call
listSharedLinks
to get the existing link, or use the provided metadata if it is returned.Declaration
Objective-C
DBSHARINGCreateSharedLinkWithSettingsErrorSharedLinkAlreadyExists
Swift
case sharedLinkAlreadyExists = 2
-
There is an error with the given settings.
Declaration
Objective-C
DBSHARINGCreateSharedLinkWithSettingsErrorSettingsError
Swift
case settingsError = 3
-
The user is not allowed to create a shared link to the specified file. For example, this can occur if the file is restricted or if the user’s links are banned https://help.dropbox.com/files-folders/share/banned-links.
Declaration
Objective-C
DBSHARINGCreateSharedLinkWithSettingsErrorAccessDenied
Swift
case accessDenied = 4