RemoteRequestException

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

Types

Companion
Link copied to clipboard
object Companion

Functions

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

Properties

cause
Link copied to clipboard
open val cause: Throwable?
code
Link copied to clipboard
val code: Short
message
Link copied to clipboard
open val message: String?
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