ChaosOutcomeConstants
using System.Runtime.CompilerServices;
namespace Polly.Simmy.Outcomes
{
[NullableContext(1)]
[Nullable(0)]
internal static class ChaosOutcomeConstants
{
public const string DefaultName = "Chaos.Outcome";
public const string OnOutcomeInjectedEvent = "Chaos.OnOutcome";
}
}