public interface Retryable
| Modifier and Type | Method and Description |
|---|---|
int |
getRetryCount()
Gets a number of performed retries for related HttpRequest
|
boolean |
isRetryable()
A flag indicating whether the error is retryable
|
Copyright © 2023 Google. All rights reserved.