Interface ApiError.RetryableStage

  • All Known Implementing Classes:
    ApiError.Builder
    Enclosing class:
    ApiError

    public static interface ApiError.RetryableStage
    • Method Detail

      • retryable

        ApiError._FinalStage retryable​(boolean retryable)

        Whether the request can be retried. When true, retry with exponential backoff. When false, fix the underlying issue before retrying.