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."],[[["\u003cp\u003eThis document outlines the \u003ccode\u003eBasicResultRetryAlgorithm\u003c/code\u003e class, a fundamental implementation of the \u003ccode\u003eResultRetryAlgorithm\u003c/code\u003e interface for handling retries.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eBasicResultRetryAlgorithm\u003c/code\u003e retries all exceptions, accepts all responses (including null), and does not cancel any retrying processes.\u003c/p\u003e\n"],["\u003cp\u003eThe class offers methods \u003ccode\u003ecreateNextAttempt\u003c/code\u003e that always returns null, meaning it doesn't specify settings for the next attempt.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eshouldRetry\u003c/code\u003e methods determine if a retry should occur based on whether an exception was previously thrown, returning true if there was an exception and false otherwise.\u003c/p\u003e\n"],["\u003cp\u003eThe document also provides links to various versions of the \u003ccode\u003eBasicResultRetryAlgorithm\u003c/code\u003e, from version 2.7.1 to the latest version 2.63.1.\u003c/p\u003e\n"]]],[],null,[]]