[Flags]
public enum ExponentialBackOffPolicyIndicates which of exceptions and / or HTTP status codes are automatically retried using exponential backoff.
Namespace
Google.Apis.HttpAssembly
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. |