ExportError

public enum ExportError : CustomStringConvertible, JSONRepresentable

The ExportError union

  • An unspecified error.

    Declaration

    Swift

    case path(Files.LookupError)
  • This file type cannot be exported. Use download instead.

    Declaration

    Swift

    case nonExportable
  • The specified export format is not a valid option for this file type.

    Declaration

    Swift

    case invalidExportFormat
  • The exportable content is not yet available. Please retry later.

    Declaration

    Swift

    case retryError
  • An unspecified error.

    Declaration

    Swift

    case other
  • Declaration

    Swift

    public var description: String { get }