UnknownRestException

class UnknownRestException(error: String, response: HttpResponse, message: String? = null) : RestException

Thrown for all other response codes

Constructors

Link copied to clipboard
constructor(error: String, response: HttpResponse, message: String? = null)

Properties

Link copied to clipboard
expect open val cause: Throwable?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
expect open val message: String?
Link copied to clipboard
val response: HttpResponse
Link copied to clipboard

The status code of the response