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."],[[["This document outlines the `BasicResultRetryAlgorithm` class, a fundamental implementation of the `ResultRetryAlgorithm` interface for handling retries."],["The `BasicResultRetryAlgorithm` retries all exceptions, accepts all responses (including null), and does not cancel any retrying processes."],["The class offers methods `createNextAttempt` that always returns null, meaning it doesn't specify settings for subsequent attempts."],["The `shouldRetry` methods return true if an exception was thrown and false otherwise, indicating whether another attempt should be made."],["This document details the class's inheritance, implemented interface, methods, parameters, return types, exceptions, and version history from 2.63.1 to 2.7.1."]]],[]]