shared-infrastructure
Toggle table of contents
0.0.1-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
shared-infrastructure
shared-infrastructure
/
com.vertyll.veds.sharedinfrastructure.saga.contract
/
SagaStep
/
markFailed
mark
Failed
abstract
fun
markFailed
(
error
:
String
)
:
T
(
source
)
Transitions to
SagaStepStatus.FAILED
and stores
error
as
errorMessage
.