HttpExceptions

class HttpExceptions(response: HttpResponse, failureReason: String?, cachedResponseText: String) : ResponseException

Constructors

Link copied to clipboard
constructor(response: HttpResponse, failureReason: String?, 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