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