<PackageReference Include="Polly.Core" Version="8.4.0" />

ResilienceEventSeverity

The severity of reported resilience event.

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.

The resilience event is informational.

None = 0

The resilience event is not recorded.

Warning = 3

The resilience event should be treated as a warning.