FailedHttpResponseException

class FailedHttpResponseException(val statusCode: HttpStatusCode, val body: String) : Exception

Constructors

Link copied to clipboard
constructor(statusCode: HttpStatusCode, body: String)

Properties

Link copied to clipboard
Link copied to clipboard
expect open val cause: Throwable?
Link copied to clipboard
expect open val message: String?
Link copied to clipboard
val statusCode: HttpStatusCode