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-07-02 UTC."],[[["This webpage details the `BasicResultRetryAlgorithm` class, a fundamental implementation of the `ResultRetryAlgorithm` interface for handling retries."],["The `BasicResultRetryAlgorithm` class is designed to retry operations upon exceptions, accept all responses (including null), and never cancel the retry process."],["The class includes two `createNextAttempt` methods that always return null, signifying no specific settings for subsequent attempts."],["There are two `shouldRetry` methods that decide to retry when an exception is encountered, and these methods return true if a previous exception exists."],["The page also presents a comprehensive list of versions, ranging from 2.63.1 (latest) to 2.7.1, providing links to documentation for each."]]],[]]