ResponseException
open class ResponseException(response: HttpResponse, cachedResponseText: String) : IllegalStateException
Content copied to clipboard
Base for default response exceptions.
Parameters
response
: origin response
Constructors
Link copied to clipboard
Link copied to clipboard
fun ResponseException(response: HttpResponse, cachedResponseText: String)
Content copied to clipboard