Struct CallbackErrorEvent
- Namespace
- Kevlar
- Assembly
- Kevlar.dll
Describes an exception thrown by an isolated callback or cleanup operation.
public readonly struct CallbackErrorEvent
- Inherited Members
Properties
AttemptNumber
Gets the zero-based execution attempt number.
public int AttemptNumber { get; }
Property Value
Exception
Gets the isolated exception.
public Exception Exception { get; }
Property Value
Kind
Gets the callback or cleanup family that failed.
public CallbackErrorKind Kind { get; }
Property Value
ShieldName
Gets the shield name, or null for an unnamed shield.
public string? ShieldName { get; }
Property Value
Source
Gets the stable callback or integration identifier.
public string Source { get; }
Property Value
StrategyIndex
Gets the zero-based strategy position in the shield.
public int StrategyIndex { get; }