Skip to content

Class DownloadError

🏭 Constructors

constructor

ts
new DownloadError(message: string, urls: string[], headers: Record<string, any>, destination: string, options: ErrorOptions): DownloadError

Parameters

  • message: string
  • urls: string[]
  • headers: Record<string, any>
  • destination: string
  • options: ErrorOptions

Return Type

  • DownloadError

Defined in: packages/file-transfer/error.ts:4

🏷️ Properties

destination readonly

ts
destination: string

Defined in: packages/file-transfer/error.ts:8

headers readonly

ts
headers: Record<string, any>

Defined in: packages/file-transfer/error.ts:7

urls public

ts
urls: string[]

Defined in: packages/file-transfer/error.ts:6