Enum CallbackErrorKind

Namespace
Kevlar
Assembly
Kevlar.dll

Identifies an isolated callback or cleanup failure reported by Kevlar.

public enum CallbackErrorKind

Fields

CircuitMonitor = 4

A circuit-breaker monitor subscriber.

CircuitStateChanged = 3

A circuit-breaker state-change notification.

ConcurrencyLimitRejected = 7

A concurrency-limit rejection notification.

Custom = 9

A callback owned by a custom strategy or integration.

Fallback = 6

A fallback notification.

HandlingPredicate = 11

A handling-clause or strategy handling predicate.

Hedge = 5

A hedge notification.

None = 0

No callback kind.

RateLimitRejected = 8

A built-in rate-limit rejection notification.

ResultDisposal = 10

Disposal of a superseded result.

Retry = 1

A retry notification.

Timeout = 2

A timeout notification.