Failed

data class Failed(val error: Throwable) : FileDownloadTask.Status

The download has failed.

Since

200.6.0

Constructors

Link copied to clipboard
constructor(error: Throwable)

Properties

Link copied to clipboard

the error that caused the download to fail