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

ServerResponseException

class ServerResponseException : ResponseException

Server error exception.

Constructors

<init>

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

Server error exception.

Properties

message

val message: String?

Inherited Properties

response

val response: HttpResponse