MissingResponseBody

data class MissingResponseBody(val url: String) : HttpError

The HTTP response was expected to have a body.

Constructors

Link copied to clipboard
constructor(url: String)

Properties

Link copied to clipboard
open override val description: String

A human-readable description of the error.

Link copied to clipboard
open override val url: String

The URL of the failed request.