HttpClientException

Base class for all types of Exception raised while executing a Call The exception can either have an underlying exceptional cause or erroneous errorfulCause.

Inheritors

Properties

Link copied to clipboard
open override val cause: Throwable? = null

The underlying cause of this Exception, if any

Link copied to clipboard
val errorfulCause: Error? = null

The Error cause of this message, if any

Link copied to clipboard
open override val message: String

The detailed message about this Exception

Functions

Link copied to clipboard
Link copied to clipboard

An extension to get Error Category for a particular HttpClientException

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Returns the Stack-Trace of a Throwable as String

Link copied to clipboard
open override fun toString(): String