[[["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 for `ResultRetryAlgorithm` is 2.63.1, with many prior versions listed."],["`ResultRetryAlgorithm` is an interface that functions similarly to `ResultRetryAlgorithmWithContext` but does not utilize `RetryingContext`."],["This interface contains two primary abstract methods: `createNextAttempt`, which determines the settings for the next retry attempt, and `shouldRetry`, which decides whether to retry based on previous outcomes."],["Both `createNextAttempt` and `shouldRetry` methods are to be used in the context of retry logic, using similar methods from `ResultRetryAlgorithmWithContext` when possible."],["The `ResultRetryAlgorithm` is used to implement a retry algorithm for a call, that takes a `ResponseT`, `Throwable` and `TimedAttemptSettings` as parameters."]]],[]]