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."],[[["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."]]],[]]