DownloadError

public enum DownloadError : CustomStringConvertible, JSONRepresentable

The DownloadError union

  • An unspecified error.

    Declaration

    Swift

    case path(Files.LookupError)
  • This file type cannot be downloaded directly; use export instead.

    Declaration

    Swift

    case unsupportedFile
  • An unspecified error.

    Declaration

    Swift

    case other
  • Declaration

    Swift

    public var description: String { get }