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