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-07-01 UTC."],[[["The latest version available is 2.63.1, as indicated by the label \"latest\" in the provided list of versions."],["`BasicResultRetryAlgorithm` is a basic implementation of `ResultRetryAlgorithm` that retries all exceptions and accepts all responses, including null."],["The `createNextAttempt` method in `BasicResultRetryAlgorithm` always returns null, indicating no specific settings for the next attempt are provided by this algorithm."],["The `shouldRetry` method determines if a retry should occur based on whether an exception (`previousThrowable`) was thrown, returning true if an exception was present and false otherwise."],["There is a list of versioned documentation for the package, starting with 2.63.1 all the way down to 2.7.1, all covering the `BasicResultRetryAlgorithm`."]]],[]]