Class DownloadFileSystemError
🏭 Constructors
constructor
ts
new DownloadFileSystemError(message: string, urls: string[], headers: Record<string, any>, destination: string, error: unknown): DownloadFileSystemErrorParameters
- 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
ts
destination: stringInherited from: DownloadError.destination
Defined in: packages/file-transfer/error.ts:8
error
ts
error: unknownDefined in: packages/file-transfer/error.ts:42
headers
ts
headers: Record<string, any>Inherited from: DownloadError.headers
Defined in: packages/file-transfer/error.ts:7
urls
ts
urls: string[]Inherited from: DownloadError.urls
Defined in: packages/file-transfer/error.ts:6