[[["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-04-17 UTC."],[[["This webpage lists the versions of `ResultRetryAlgorithm` for Java, ranging from the latest version 2.63.1 down to version 2.7.1."],["`ResultRetryAlgorithm` is an interface that determines if and when to retry an operation, and this is the version without methods that accept `RetryingContext`."],["The `createNextAttempt` method is used to create settings for the next attempt based on the previous error and the response, it's the same as `ResultRetryAlgorithmWithContext#createNextAttempt`, but without a `RetryingContext`."],["The `shouldRetry` method determines whether a retry should occur, given the previous error and response, it is comparable to `ResultRetryAlgorithmWithContext#shouldRetry`, excluding the use of `RetryingContext`."],["The preferred method to use is `ResultRetryAlgorithmWithContext` instead of this interface when possible."]]],[]]