RemoteRequestException

open class RemoteRequestException(    val code: Short,     val url: String,     val method: HttpMethod,     message: String,     val response: Response? = null) : Exception(source)

Inheritors

Constructors

Link copied to clipboard
constructor(code: Short, url: String, method: HttpMethod, message: String, response: Response? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
val code: Short
Link copied to clipboard
open val message: String?
Link copied to clipboard
Link copied to clipboard
val response: Response? = null
Link copied to clipboard
val url: String

Functions

Link copied to clipboard
open override fun toString(): String