toggle menu
kilua-project
0.0.15
common
switch theme
search in API
kilua-rest
/
dev.kilua.rest
/
BadRequest
Bad
Request
class
BadRequest
(
val
url
:
String
,
val
method
:
HttpMethod
,
message
:
String
,
val
response
:
Response
?
=
null
)
:
RemoteRequestException
Members
Constructors
Bad
Request
Link copied to clipboard
constructor
(
url
:
String
,
method
:
HttpMethod
,
message
:
String
,
response
:
Response
?
=
null
)
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
response
Link copied to clipboard
val
response
:
Response
?
=
null
url
Link copied to clipboard
val
url
:
String
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String