CreateSharedLinkWithSettingsError
public enum CreateSharedLinkWithSettingsError : CustomStringConvertible, JSONRepresentable
The CreateSharedLinkWithSettingsError union
-
An unspecified error.
Declaration
Swift
case path(Files.LookupError) -
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
Swift
case emailNotVerified -
The shared link already exists. You can call listSharedLinks to get the existing link, or use the provided metadata if it is returned.
Declaration
Swift
case sharedLinkAlreadyExists(Sharing.SharedLinkAlreadyExistsMetadata?) -
There is an error with the given settings.
Declaration
Swift
case settingsError(Sharing.SharedLinkSettingsError) -
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
Swift
case accessDenied -
Declaration
Swift
public var description: String { get }
View on GitHub
CreateSharedLinkWithSettingsError Enumeration Reference