CompensationFailure

constructor(originalError: SagaExecutionError, compensationErrors: List<SagaExecutionError>, finalState: S)

Parameters

originalError

The error that caused the saga to abort

compensationErrors

List of errors that occurred during compensation

finalState

The saga state at the time of compensation failure