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."],[[["This document outlines the `BasicResultRetryAlgorithm` class, a fundamental implementation of the `ResultRetryAlgorithm` interface for handling retries."],["The `BasicResultRetryAlgorithm` will retry any exceptions thrown and will accept all responses, including null values, without canceling the retry process."],["The class offers methods `createNextAttempt` which always returns null, meaning this implementation does not specify settings for subsequent attempts."],["The `shouldRetry` methods return true if an exception was thrown and false otherwise, determining whether to proceed with another retry attempt."],["The document references multiple versions of this software, with the latest version being 2.63.1, and also provides links to each specific versions documentation."]]],[]]