ResponseException

open class ResponseException(response: HttpResponse, cachedResponseText: String) : IllegalStateException

Base for default response exceptions.

Parameters

response

: origin response

Constructors

Link copied to clipboard
fun ResponseException(response: HttpResponse)
Link copied to clipboard
fun ResponseException(response: HttpResponse, cachedResponseText: String)

Properties

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

Inheritors

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