Class DownloadError
🏭 Constructors
constructor
ts
DownloadError(message: string, urls: string[], headers: Record<string, any>, destination: string, options: ErrorOptions): DownloadErrorParameters
- 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: stringDefined 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