GetTemporaryLinkError

public enum GetTemporaryLinkError : CustomStringConvertible, JSONRepresentable

The GetTemporaryLinkError 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
  • Cannot get temporary link to this file type; use export instead.

    Declaration

    Swift

    case unsupportedFile
  • The user is not allowed to request a temporary 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 notAllowed
  • An unspecified error.

    Declaration

    Swift

    case other
  • Declaration

    Swift

    public var description: String { get }