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-04-02 UTC."],[[["The provided content is a documentation page for the `BasicResultRetryAlgorithm` class within the Google API Client Libraries for Java, specifically version 2.32.1 and later."],["`BasicResultRetryAlgorithm` is a class that implements `ResultRetryAlgorithmWithContext`, which dictates the logic for retrying operations."],["This algorithm retries all exceptions, accepts all responses, and never cancels the retrying process."],["The `createNextAttempt` method always returns null, meaning this algorithm doesn't specify custom settings for subsequent retries."],["The `shouldRetry` method returns true if an exception was thrown in the previous attempt and false otherwise, making it a basic retry-on-exception algorithm."]]],[]]