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-15 UTC."],[[["\u003cp\u003eThe latest version of \u003ccode\u003eBasicResultRetryAlgorithm\u003c/code\u003e is 2.63.1, with multiple prior versions available for reference, all the way back to version 2.7.1.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eBasicResultRetryAlgorithm\u003c/code\u003e is a fundamental implementation of \u003ccode\u003eResultRetryAlgorithm\u003c/code\u003e, handling all exceptions as retryable and accepting any responses, including null values.\u003c/p\u003e\n"],["\u003cp\u003eThis implementation of the algorithm is designed not to cancel any retrying processes, making it reliable in situations where retries are always preferred.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ecreateNextAttempt\u003c/code\u003e method within this class always returns null, indicating that no specific settings are provided for subsequent attempts.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eshouldRetry\u003c/code\u003e method determines whether a retry is needed, returning true if an exception was thrown, and false otherwise.\u003c/p\u003e\n"]]],[],null,[]]