<PackageReference Include="Polly" Version="7.2.0" />

OutcomeType

public enum OutcomeType
Represents the outcome of executing a policy
Failure = 1

Indicates that the policy ultimately failed

Indicates that the policy ultimately executed successfully