mcutils
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
mcutils
msmp
/
tech.aliorpse.mcutils.entity
/
MsmpResponseError
Msmp
Response
Error
@
Serializable
data
class
MsmpResponseError
(
val
code
:
Int
,
val
message
:
String
,
val
data
:
String
?
=
null
)
Members
Constructors
Msmp
Response
Error
Link copied to clipboard
constructor
(
code
:
Int
,
message
:
String
,
data
:
String
?
=
null
)
Properties
code
Link copied to clipboard
val
code
:
Int
data
Link copied to clipboard
val
data
:
String
?
message
Link copied to clipboard
val
message
:
String