HttpError

data class HttpError(val code: Int, val message: String, val body: String) : CallError(source)

Http request returned an error response.

Constructors

Link copied to clipboard
constructor(code: Int, message: String, body: String)

Properties

Link copied to clipboard
Link copied to clipboard
val code: Int
Link copied to clipboard