KState-Saga
Toggle table of contents
v1.9.1
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
KState-Saga
KState-Saga
/
ca.acendas.kstate.saga.journal
/
JournalOutcome
/
Err
Err
data
class
Err
(
val
cause
:
Throwable
,
val
context
:
String
?
=
null
)
:
JournalOutcome
<
Nothing
>
Failed outcome carrying the root
cause
and an optional diagnostic
context
string.
Members
Constructors
Err
Link copied to clipboard
constructor
(
cause
:
Throwable
,
context
:
String
?
=
null
)
Properties
cause
Link copied to clipboard
val
cause
:
Throwable
context
Link copied to clipboard
val
context
:
String
?