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-06-17 UTC."],[[["The latest version available for `BasicResultRetryAlgorithm` is 2.63.1, which can be found with the appropriate hyperlink provided."],["This `BasicResultRetryAlgorithm` class implements `ResultRetryAlgorithmWithContext` and is designed to retry all exceptions, accept all responses, and never cancel a retry process."],["The `createNextAttempt` method within the class consistently returns null, indicating that no specific settings are provided for subsequent retry attempts."],["The `shouldRetry` method will return true when an exception is thrown, false otherwise."],["This class can be used to provide basic retry functionality for API calls."]]],[]]