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
Syntax
[Flags]
public enum ExponentialBackOffPolicy
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. |