Error

data class Error(val reason: Throwable) : DownloadState

Error status. This status means that the download process completed with an error.

Constructors

Link copied to clipboard
constructor(reason: Throwable)

Properties

Link copied to clipboard