ktor-client-core / io.ktor.client.features / ClientRequestException

ClientRequestException

class ClientRequestException : ResponseException

Bad client request exception.

Constructors

<init>

ClientRequestException(response: HttpResponse)ClientRequestException(response: HttpResponse, cachedResponseText: String)

Bad client request exception.

Properties

message

val message: String?

Inherited Properties

response

val response: HttpResponse