toggle menu
Ksui
1.3.2
common
switch theme
search in API
Ksui
/
xyz.mcxross.ksui.model
/
Response
/
Error
Error
data
class
Error
(
val
code
:
Int
,
val
message
:
String
)
:
Response
<
Nothing
>
Represents an
Error
response containing an HTTP
code
and an error
message
.
Members
Constructors
Error
Link copied to clipboard
constructor
(
code
:
Int
,
message
:
String
)
Properties
code
Link copied to clipboard
val
code
:
Int
message
Link copied to clipboard
val
message
:
String