[[["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."],[[["The latest version available is 2.63.1, but the current documentation is for version 2.16.0, as indicated by the version dropdown at the top of the page."],["This document details the `ResultRetryAlgorithm` interface, which is a version of `ResultRetryAlgorithmWithContext` that lacks methods for accepting a `RetryingContext`."],["It is recommended to use `ResultRetryAlgorithmWithContext` over this `ResultRetryAlgorithm` interface when possible, especially when a `RetryingContext` can be utilized."],["The `createNextAttempt` method is used to determine settings for the next retry attempt, taking into account the previous attempt's throwable, response, and settings."],["The `shouldRetry` method checks if another attempt should occur, using the previous attempt's throwable and response in its logic."]]],[]]