toggle menu
serenada-core
androidJvm
switch theme
search in API
serenada-core
/
app.serenada.core
/
CheckOutcome
Check
Outcome
sealed
class
CheckOutcome
Inheritors
NotRun
Passed
Failed
Members
Types
Failed
Link copied to clipboard
data
class
Failed
(
val
error
:
String
)
:
CheckOutcome
Not
Run
Link copied to clipboard
data
object
NotRun
:
CheckOutcome
Passed
Link copied to clipboard
data
class
Passed
(
val
latencyMs
:
Int
)
:
CheckOutcome