Enum ExponentialBackOffPolicy (1.69.0)

[Flags]
public enum ExponentialBackOffPolicy

Indicates which of exceptions and / or HTTP status codes are automatically retried using exponential backoff.

Namespace

Google.Apis.Http

Assembly

Google.Apis.Core.dll

Fields

Name Description
Exception

Exceptions are retried.

None

No automatic retries.

RecommendedOrDefault

Retries will be executed as recommended for each service. For services with no recommendations, a default policy will be applied.

UnsuccessfulResponse503

HTTP Status Code 503 is retried.

Extension Method