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

FaultConstants

static class FaultConstants
using System.Runtime.CompilerServices; namespace Polly.Simmy.Fault { internal static class FaultConstants { [System.Runtime.CompilerServices.Nullable(1)] public const string OnFaultInjectedEvent = "OnFaultInjectedEvent"; } }