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-04-17 UTC."],[[["This document outlines the `BasicResultRetryAlgorithm` class, a fundamental implementation of the `ResultRetryAlgorithm` interface for handling retries."],["The latest version documented is 2.63.1, while version 2.19.1 is highlighted in the documentation's context."],["`BasicResultRetryAlgorithm` ensures that all exceptions are considered for retrial and all responses, including null, are accepted without cancellation."],["The class's `shouldRetry` method determines if a retry is needed, returning `true` when an exception occurs and `false` otherwise."],["`createNextAttempt` will always return null, indicating no specific settings for the next retry attempt are provided by the algorithm."]]],[]]