Kuira
Toggle table of contents
0.1.0-alpha05
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Kuira
compact-engine
/
com.midnight.kuira.core.compact
/
MidnightContract
/
ReadOutcome
Read
Outcome
data
class
ReadOutcome
(
val
json
:
String
?
,
val
error
:
String
?
)
Per-key outcome of a
readMany
batch: the circuit's JSON result or its error message.
Members
Constructors
Read
Outcome
Link copied to clipboard
constructor
(
json
:
String
?
,
error
:
String
?
)
Properties
error
Link copied to clipboard
val
error
:
String
?
is
Ok
Link copied to clipboard
val
isOk
:
Boolean
json
Link copied to clipboard
val
json
:
String
?