<PackageReference Include="Polly" Version="8.4.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.