A basic implementation of ResultRetryAlgorithm. Using this implementation would mean that
all exceptions should be retried, all responses should be accepted (including null) and
no retrying process should ever be canceled.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-01 UTC."],[[["This webpage details the `BasicResultRetryAlgorithm` class, a fundamental component for handling retries in the Google API Client Libraries for Java, with the latest version being 2.63.1."],["The `BasicResultRetryAlgorithm` class implements `ResultRetryAlgorithmWithContext`, and is designed to retry all exceptions and accept all responses, including null values, and does not have any retry cancellation logic."],["The `shouldRetry` method will return `true` if there was a thrown exception, otherwise it will return `false`."],["The `createNextAttempt` method will always return null, indicating no specific retry settings are provided by this algorithm for the next attempt."],["This page contains documentation for various versions of the `BasicResultRetryAlgorithm`, ranging from the latest version 2.63.1 down to version 2.7.1."]]],[]]