toggle menu
ktify
0.1.4
jvm
switch theme
search in API
ktify
/
ee.bjarn.ktify.utils
/
ErrorObject
Error
Object
@
Serializable
data
class
ErrorObject
(
val
status
:
HttpStatusCode
,
val
message
:
String
)
(
source
)
Members
Constructors
Error
Object
Link copied to clipboard
constructor
(
status
:
HttpStatusCode
,
message
:
String
)
Properties
message
Link copied to clipboard
val
message
:
String
status
Link copied to clipboard
@
Serializable
(
with
=
HttpStatusCodeSerializer::class
)
val
status
:
HttpStatusCode