Class DownloadAggregateError 
🏭 Constructors 
constructor 
ts
new DownloadAggregateError(errors: any[], message: string, urls: string[], headers: Record<string, any>, destination: string, options: ErrorOptions): DownloadAggregateErrorParameters 
- 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 
ts
destination: stringDefined in: packages/file-transfer/error.ts:61
headers 
ts
headers: Record<string, any>Defined in: packages/file-transfer/error.ts:60
urls 
ts
urls: string[]Defined in: packages/file-transfer/error.ts:59