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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-15 UTC."],[[["The latest version available for `BasicResultRetryAlgorithm` is 2.63.1, as seen in the provided list of versioned links."],["`BasicResultRetryAlgorithm` is a basic implementation of `ResultRetryAlgorithm`, designed to retry all exceptions, accept all responses (including null), and never cancel a retrying process."],["The `createNextAttempt` methods always return null, indicating that this algorithm does not provide specific settings for the subsequent retry attempt."],["The `shouldRetry` methods determine whether a retry should occur based on whether a previous exception was thrown, returning true if an exception occurred, and false otherwise."],["The class `BasicResultRetryAlgorithm` inherits properties and methods from `java.lang.Object` and implements `ResultRetryAlgorithmWithContext`."]]],[]]