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."],[[["The latest version available for `BasicResultRetryAlgorithm` is 2.63.1, which can be found through the provided link."],["This class implements `ResultRetryAlgorithmWithContext` and provides a basic retry mechanism, retrying all exceptions and accepting all responses."],["The `BasicResultRetryAlgorithm` does not provide specific settings for the next attempt, as both methods for creating the next attempt will always return null."],["The `shouldRetry` method returns true if an exception was thrown, and false otherwise, signaling whether to continue the retry process."],["There is a list of available versions for this class from 2.63.1 down to 2.7.1, with direct links to each in the documentation."]]],[]]