Error

data class Error(val cause: Throwable) : ResolvedEffect<Nothing>

The lookup itself failed (e.g. the external store is unavailable).

The engine emits SagaEvent.EffectKeyLookupFailed and proceeds fail-open when it receives this variant.

Constructors

Link copied to clipboard
constructor(cause: Throwable)

Properties

Link copied to clipboard

The underlying error.