Class DownloadAggregateError
🏭 Constructors
constructor
ts
new DownloadAggregateError(errors: any[], message: string, urls: string[], headers: Record<string, any>, destination: string, options: ErrorOptions): DownloadAggregateError
Parameters
- errors:
any[]
- message:
string
- urls:
string[]
- headers:
Record<string, any>
- destination:
string
- options:
ErrorOptions
Return Type
DownloadAggregateError
Defined in: packages/file-transfer/error.ts:56
🏷️ Properties
destination readonly
ts
destination: string
Defined in: packages/file-transfer/error.ts:61
headers readonly
ts
headers: Record<string, any>
Defined in: packages/file-transfer/error.ts:60
urls readonly
ts
urls: string[]
Defined in: packages/file-transfer/error.ts:59