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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-15 UTC."],[[["The latest version of the `BasicResultRetryAlgorithm` is 2.63.1, which can be found within the provided links to the documentation, with numerous prior versions also documented."],["`BasicResultRetryAlgorithm` is a Java class that implements `ResultRetryAlgorithmWithContext`, designed for handling retry logic, where it will retry any exceptions."],["This class is configured to accept all responses, including null values, and is built without an internal process to cancel any retry attempts."],["The `createNextAttempt` method consistently returns `null`, meaning it does not provide specific settings for subsequent retry attempts."],["The `shouldRetry` method returns `true` if a previous attempt threw an exception and `false` otherwise."]]],[]]