RemoteRequestException

open class RemoteRequestException(code: Short, url: String, method: HttpMethod, message: String)

Types

Companion
Link copied to clipboard
object Companion

Functions

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

Properties

code
Link copied to clipboard
val code: Short
method
Link copied to clipboard
val method: HttpMethod
url
Link copied to clipboard
val url: String

Inheritors

XHRError
Link copied to clipboard
BadRequest
Link copied to clipboard
Unauthorized
Link copied to clipboard
Forbidden
Link copied to clipboard
NotFound
Link copied to clipboard
NotAllowed
Link copied to clipboard
ServerError
Link copied to clipboard
NotImplemented
Link copied to clipboard
BadGateway
Link copied to clipboard
ServiceUnavailable
Link copied to clipboard