FallbackConstants
using System.Runtime.CompilerServices;
namespace Polly.Fallback
{
[System.Runtime.CompilerServices.NullableContext(1)]
[System.Runtime.CompilerServices.Nullable(0)]
internal static class FallbackConstants
{
public const string DefaultName = "Fallback";
public const string OnFallback = "OnFallback";
}
}