DownloadSummary
interface DownloadSummary {
errors: DownloadError[];
message: string;
total: number;
}Source: Downloader.ts:121
Final execution report returned by Downloader.startDownload.
Properties
errors: DownloadError[]
An array of errors encountered during the process.
message: string
Human-readable completion status.
total: number
Total number of processed segments.