[[["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-03-14 UTC."],[[["This page details the `IamCheckerRetryPolicy` class, which is used for handling retry logic in the `IamCheckerConnection`."],["The latest release candidate version available is 2.37.0-rc, with a history of versions going back to 2.11.0 that can be found on the webpage."],["The `IamCheckerRetryPolicy` class provides functions such as `clone()`, `OnFailure()`, `IsExhausted()`, and `IsPermanentFailure()` for managing retry attempts."],["`OnFailure()` and `IsPermanentFailure()` take a `Status` parameter, allowing the class to determine if a retry is necessary or if the failure is permanent, while `clone()` is used to return a new instance of the class."],["`IsExhausted()` is a function that is able to determine if the policy has exhausted all of its retries, and the response will be a boolean value."]]],[]]