open class ResponseException : IllegalStateException
Base for default response exceptions.
ResponseException(response: HttpResponse) ResponseException(response: HttpResponse, cachedResponseText: String)
Base for default response exceptions. |
val response: HttpResponse |
class ClientRequestException : ResponseException
Bad client request exception. |
|
class RedirectResponseException : ResponseException
Unhandled redirect exception. |
|
class ServerResponseException : ResponseException
Server error exception. |