HttpError

data class HttpError(val code: Int, val errorBody: String?) : ESCLHttpCallResult.Error

Represents server (50x) and client (40x) errors.

Constructors

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

Properties

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