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 of `BasicResultRetryAlgorithm` is 2.63.1, with multiple prior versions available for reference, all the way back to version 2.7.1."],["`BasicResultRetryAlgorithm` is a fundamental implementation of `ResultRetryAlgorithm`, handling all exceptions as retryable and accepting any responses, including null values."],["This implementation of the algorithm is designed not to cancel any retrying processes, making it reliable in situations where retries are always preferred."],["The `createNextAttempt` method within this class always returns null, indicating that no specific settings are provided for subsequent attempts."],["The `shouldRetry` method determines whether a retry is needed, returning true if an exception was thrown, and false otherwise."]]],[]]