Aborted

data class Aborted(val error: SagaExecutionError) : SagaResult<Nothing>

Saga aborted due to step failure.

A saga step failed during execution, triggering compensation. All completed steps were compensated successfully, and the system is in a consistent state.

Parameters

error

Details of the failure that caused the abort

Constructors

Link copied to clipboard
constructor(error: SagaExecutionError)

Properties

Link copied to clipboard