[[["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, with a comprehensive list of previous versions down to 2.7.1."],["`ResultRetryAlgorithm` is an interface, but the documentation strongly advises using `ResultRetryAlgorithmWithContext` instead, when available."],["The `createNextAttempt` method determines the settings for the next retry attempt, based on previous errors, responses, and settings, but it's suggested to be used in the context of `ResultRetryAlgorithmWithContext` instead."],["The `shouldRetry` method checks if a retry should occur, based on the prior error and response, however, it is also recommended to use the context version `ResultRetryAlgorithmWithContext#shouldRetry` instead."]]],[]]