HttpError

Failure raised by an HttpTransport before the YAXI service has had a chance to answer (DNS, TLS, connect, read, write, decode). Non-2xx HTTP statuses do not use this hierarchy; HttpResponse.status carries them and the client maps them to the appropriate RoutexError subclass.

Inheritors

Types

Link copied to clipboard
class TransportFailure(message: String, cause: Throwable? = null) : HttpError

Network or protocol failure raised by the underlying transport engine.

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?