Compensation Failure
constructor(originalError: SagaExecutionError, compensationErrors: List<SagaExecutionError>, finalState: S)
Parameters
original Error
The error that caused the saga to abort
compensation Errors
List of errors that occurred during compensation
final State
The saga state at the time of compensation failure