Struct FallbackEvent<TResult>
- Namespace
- Kevlar
- Assembly
- Kevlar.dll
Describes an outcome being replaced by a fallback.
public readonly struct FallbackEvent<TResult>
Type Parameters
TResult
- Inherited Members
Properties
Context
The ambient execution context. It remains valid until the notification callback completes and must not be retained afterward.
public KevlarContext Context { get; }
Property Value
Outcome
The handled outcome — the exception or result value being replaced.
public Outcome<TResult> Outcome { get; }
Property Value
- Outcome<TResult>