kilua-project
Toggle table of contents
0.0.19
common
Platform filter
common
Switch theme
Search in API
kilua-project
kilua-rest
/
dev.kilua.rest
/
Unauthorized
Unauthorized
class
Unauthorized
(
val
url
:
String
,
val
method
:
HttpMethod
,
message
:
String
,
val
response
:
Response
?
=
null
)
:
RemoteRequestException
(
source
)
Members
Constructors
Unauthorized
Link copied to clipboard
constructor
(
url
:
String
,
method
:
HttpMethod
,
message
:
String
,
response
:
Response
?
=
null
)
Properties
cause
Link copied to clipboard
expect
open
val
cause
:
Throwable
?
code
Link copied to clipboard
val
code
:
Short
message
Link copied to clipboard
expect
open
val
message
:
String
?
method
Link copied to clipboard
val
method
:
HttpMethod
response
Link copied to clipboard
val
response
:
Response
?
url
Link copied to clipboard
val
url
:
String
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String