RemoteRequestException

open class RemoteRequestException(val code: Short, val url: String, val method: HttpMethod, message: String, val response: <Error class: unknown class>? = null)

Inheritors

Constructors

Link copied to clipboard
constructor(code: Short, url: String, method: HttpMethod, message: String, response: <Error class: unknown class>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val code: Short
Link copied to clipboard
Link copied to clipboard
val response: <Error class: unknown class>? = null
Link copied to clipboard
val url: String

Functions

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