Enum CallbackErrorKind
- Namespace
- Kevlar
- Assembly
- Kevlar.dll
Identifies an isolated callback or cleanup failure reported by Kevlar.
public enum CallbackErrorKind
Fields
CircuitMonitor = 4A circuit-breaker monitor subscriber.
CircuitStateChanged = 3A circuit-breaker state-change notification.
ConcurrencyLimitRejected = 7A concurrency-limit rejection notification.
Custom = 9A callback owned by a custom strategy or integration.
Fallback = 6A fallback notification.
HandlingPredicate = 11A handling-clause or strategy handling predicate.
Hedge = 5A hedge notification.
None = 0No callback kind.
RateLimitRejected = 8A built-in rate-limit rejection notification.
ResultDisposal = 10Disposal of a superseded result.
Retry = 1A retry notification.
Timeout = 2A timeout notification.