Compensation Failed
data class CompensationFailed(val step: TypedValue, val error: Throwable, val timestamp: Long = System.currentTimeMillis()) : SagaEvent
Emitted when compensation fails.
This is a critical event indicating that a compensation action failed, potentially leaving the system in an inconsistent state.