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

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