HttpResponseException

Generic HTTP service exception

Constructors

Link copied to clipboard
constructor()
constructor(message: String?)
constructor(message: String?, cause: Throwable?)
constructor(cause: Throwable?)

Properties

Link copied to clipboard

The response payload, if available

Link copied to clipboard
var headers: <Error class: unknown class>?

The response headers

Link copied to clipboard
var request: <Error class: unknown class>?

The original request

Link copied to clipboard
var statusCode: <Error class: unknown class>?

The HTTP response status code