ErrorResponse

data class ErrorResponse(val code: Int, val body: String?) : HttpError

Constructors

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

Properties

Link copied to clipboard
val body: String?
Link copied to clipboard
val code: Int