RedirectResponseException

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

Unhandled redirect exception.

Constructors

Link copied to clipboard
fun RedirectResponseException(response: HttpResponse)
Link copied to clipboard
fun RedirectResponseException(response: HttpResponse, cachedResponseText: String)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open override val message: String
Link copied to clipboard
val response: HttpResponse