Table of Contents

Enum ResilienceEventSeverity

Namespace
Polly.Telemetry
Assembly
Polly.Core.dll

The severity of reported resilience event.

public enum ResilienceEventSeverity

Fields

Critical = 5

The resilience event should be treated as a critical error.

Debug = 1

The resilience event is used for debugging purposes only.

Error = 4

The resilience event should be treated as an error.

Information = 2

The resilience event is informational.

None = 0

The resilience event is not recorded.

Warning = 3

The resilience event should be treated as a warning.