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-08-28 UTC."],[[["\u003cp\u003eThe latest version available for \u003ccode\u003eBasicResultRetryAlgorithm\u003c/code\u003e is 2.63.1, as seen in the provided list of versioned links.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eBasicResultRetryAlgorithm\u003c/code\u003e is a basic implementation of \u003ccode\u003eResultRetryAlgorithm\u003c/code\u003e, designed to retry all exceptions, accept all responses (including null), and never cancel a retrying process.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ecreateNextAttempt\u003c/code\u003e methods always return null, indicating that this algorithm does not provide specific settings for the subsequent retry attempt.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eshouldRetry\u003c/code\u003e methods determine whether a retry should occur based on whether a previous exception was thrown, returning true if an exception occurred, and false otherwise.\u003c/p\u003e\n"],["\u003cp\u003eThe class \u003ccode\u003eBasicResultRetryAlgorithm\u003c/code\u003e inherits properties and methods from \u003ccode\u003ejava.lang.Object\u003c/code\u003e and implements \u003ccode\u003eResultRetryAlgorithmWithContext\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]