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."],[[["The latest version available is 2.63.1, but the current version documented is 2.34.1, and this page provides access to numerous other versions of `BasicResultRetryAlgorithm`, all the way back to version 2.7.1."],["`BasicResultRetryAlgorithm` is a fundamental class that implements `ResultRetryAlgorithmWithContext` and offers basic retry logic."],["This implementation retries all exceptions, accepts all responses (including null), and never cancels the retrying process."],["The `createNextAttempt` method in `BasicResultRetryAlgorithm` always returns null, meaning it does not provide specific settings for subsequent attempts."],["The `shouldRetry` method determines if a retry should occur, returning true if an exception was thrown and false otherwise."]]],[]]