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

RedirectResponseException

class RedirectResponseException : ResponseException

Unhandled redirect exception.

Constructors

<init>

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

Unhandled redirect exception.

Properties

message

val message: String?

Inherited Properties

response

val response: HttpResponse