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 is 2.63.1, but the current version documented is 2.34.1, and this page provides access to numerous other versions of \u003ccode\u003eBasicResultRetryAlgorithm\u003c/code\u003e, all the way back to version 2.7.1.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eBasicResultRetryAlgorithm\u003c/code\u003e is a fundamental class that implements \u003ccode\u003eResultRetryAlgorithmWithContext\u003c/code\u003e and offers basic retry logic.\u003c/p\u003e\n"],["\u003cp\u003eThis implementation retries all exceptions, accepts all responses (including null), and never cancels the retrying process.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ecreateNextAttempt\u003c/code\u003e method in \u003ccode\u003eBasicResultRetryAlgorithm\u003c/code\u003e always returns null, meaning it does not provide specific settings for subsequent attempts.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eshouldRetry\u003c/code\u003e method determines if a retry should occur, returning true if an exception was thrown and false otherwise.\u003c/p\u003e\n"]]],[],null,[]]