BadStatusCode

data class BadStatusCode(val url: String, val code: Int, val responseBody: String?) : HttpError

The HTTP request returned an invalid status code.

Constructors

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

Properties

Link copied to clipboard
val code: Int
Link copied to clipboard
open override val description: String

A human-readable description of the error.

Link copied to clipboard
Link copied to clipboard
open override val url: String

The URL of the failed request.