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-06-17 UTC."],[[["The latest version available for `BasicResultRetryAlgorithm` is 2.63.1, which can be found through the provided link."],["`BasicResultRetryAlgorithm` is a fundamental implementation of `ResultRetryAlgorithm`, handling retries for all exceptions and accepting all responses, including null values."],["The class implements `ResultRetryAlgorithmWithContext` and inherits members from the `java.lang.Object` class, including methods like `clone`, `equals`, and `hashCode`."],["The `createNextAttempt` methods in `BasicResultRetryAlgorithm` always return null, signifying that no specific settings are defined for subsequent attempts."],["The `shouldRetry` method determines whether to retry an operation based on whether an exception was thrown, returning `true` if an exception occurred and `false` otherwise."]]],[]]