HttpDownloadError

sealed class HttpDownloadError : Error

Represents an error occurring during an HTTP download activity.

Inheritors

Types

Link copied to clipboard

A filesystem error occurred while saving the downloaded resource.

Link copied to clipboard
class Http(val cause: HttpError) : HttpDownloadError

An HTTP error occurred during the download.

Properties

Link copied to clipboard
open override val cause: Error?

The cause error or null if there is none.

Link copied to clipboard
open override val message: String

An error message.

Functions

Link copied to clipboard

Convenience function to get the description of an error with its cause.