Skip to content

Class DownloadFileSystemError

🏭 Constructors

constructor

ts
new DownloadFileSystemError(message: string, urls: string[], headers: Record<string, any>, destination: string, error: unknown): DownloadFileSystemError

Parameters

  • message: string
  • urls: string[]
  • headers: Record<string, any>
  • destination: string
  • error: unknown

Return Type

  • DownloadFileSystemError

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

🏷️ Properties

destination readonly

ts
destination: string

Inherited from: DownloadError.destination

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

error readonly

ts
error: unknown

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

headers readonly

ts
headers: Record<string, any>

Inherited from: DownloadError.headers

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

urls public

ts
urls: string[]

Inherited from: DownloadError.urls

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