LiquidBounce
Toggle table of contents
0.40.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
LiquidBounce
LiquidBounce
/
net.ccbluex.liquidbounce.integration.interop
/
HttpStatusException
Http
Status
Exception
class
HttpStatusException
(
val
status
:
HttpStatusCode
,
val
body
:
Map
<
String
,
String
>
)
:
CancellationException
Members
Constructors
Http
Status
Exception
Link copied to clipboard
constructor
(
status
:
HttpStatusCode
,
body
:
Map
<
String
,
String
>
)
Properties
body
Link copied to clipboard
val
body
:
Map
<
String
,
String
>
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?
status
Link copied to clipboard
val
status
:
HttpStatusCode