kvision-jquery
5.18.0
kvision-jquery
/
io.kvision.jquery.rest
/
RemoteRequestException
Remote
Request
Exception
open
class
RemoteRequestException
(
val
code
:
Short
,
val
url
:
String
,
val
method
:
HttpMethod
,
message
:
String
)
Types
Constructors
Functions
Properties
Inheritors
Constructors
Remote
Request
Exception
Link copied to clipboard
fun
RemoteRequestException
(
code
:
Short
,
url
:
String
,
method
:
HttpMethod
,
message
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Functions
to
String
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