Error

class Error(val downloadId: Long, val error: DownloadError) : DownloadStatus

Download finished with error, file was not saved to filesystem

Parameters

downloadId

ID of the download

Constructors

Link copied to clipboard
constructor(downloadId: Long, error: DownloadError)

Properties

Link copied to clipboard

ID of the download

Link copied to clipboard

DownloadError describing the problem