elasticmagic-kt
0.0.30
common
elasticmagic-transport
/
dev.evo.elasticmagic.transport
/
TransportError
/
Simple
Simple
data
class
Simple
(
val
error
:
String
,
val
obj
:
Deserializer.ObjectCtx
?
=
null
)
:
TransportError
Constructors
Properties
Constructors
Simple
Link copied to clipboard
fun
Simple
(
error
:
String
,
obj
:
Deserializer.ObjectCtx
?
=
null
)
Properties
error
Link copied to clipboard
val
error
:
String
obj
Link copied to clipboard
val
obj
:
Deserializer.ObjectCtx
?
=
null