kotlin-mpp-playground
Toggle table of contents
0.1.0.0+42f3bb9
common
Platform filter
common
Switch theme
Search in API
kotlin-mpp-playground
shared
/
dev.suresh.http
/
ErrorStatus
Error
Status
@
Serializable
data
class
ErrorStatus
(
val
code
:
Int
,
val
message
:
String
,
val
details
:
String
?
=
null
)
(
source
)
Members
Constructors
Error
Status
Link copied to clipboard
constructor
(
code
:
Int
,
message
:
String
,
details
:
String
?
=
null
)
Properties
code
Link copied to clipboard
val
code
:
Int
details
Link copied to clipboard
val
details
:
String
?
message
Link copied to clipboard
val
message
:
String