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-03-21 UTC."],[[["The latest version available for `BasicResultRetryAlgorithm` is 2.63.1, as shown in the provided list of versions."],["`BasicResultRetryAlgorithm` is a basic implementation of `ResultRetryAlgorithm` and retries all exceptions, accepts all responses (including null), and never cancels the retrying process."],["The `createNextAttempt` methods within this class always return null, indicating no specific settings for the next retry attempt are defined."],["The `shouldRetry` methods return true if an exception has been thrown and false otherwise."],["This class implements `ResultRetryAlgorithmWithContext` and inherits members from `java.lang.Object`, such as `clone`, `equals`, and `hashCode`."]]],[]]