ExceptionThrown

data class ExceptionThrown(val url: String, val e: Exception) : HttpError

An exception was thrown during the HTTP request.

Constructors

Link copied to clipboard
constructor(url: String, e: Exception)

Properties

Link copied to clipboard
open override val description: String

A human-readable description of the error.

Link copied to clipboard
Link copied to clipboard
open override val url: String

The URL of the failed request.