parikshan
Toggle table of contents
0.0.2
common
Target filter
common
Switch theme
Search in API
Skip to content
parikshan
parikshan-core
/
io.github.aryapreetam.parikshan.protocol
/
Response
/
Error
Error
@
Serializable
@
SerialName
(
value
=
"error"
)
data
class
Error
(
val
id
:
String
,
val
message
:
String
)
:
Response
Members
Constructors
Error
Link copied to clipboard
constructor
(
id
:
String
,
message
:
String
)
Properties
id
Link copied to clipboard
open
override
val
id
:
String
message
Link copied to clipboard
val
message
:
String