ExceptionThrown

data class ExceptionThrown(val e: Exception) : HttpError

An exception was thrown during the HTTP request.

Constructors

Link copied to clipboard
constructor(e: Exception)

Properties

Link copied to clipboard
open override val description: String

A humaan-readable description of the error.

Link copied to clipboard