[[["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-05 UTC."],[[["This webpage details the `ProjectServiceRetryPolicy`, specifically for version 2.31.0, used in the `ProjectServiceConnection`."],["The latest version available is a release candidate, 2.37.0-rc, with several previous versions documented, going back to 2.27.0."],["The `ProjectServiceRetryPolicy` class provides methods like `clone()`, `OnFailure(Status const &)`, `IsExhausted() const`, and `IsPermanentFailure(Status const &) const` for managing retry logic."],["The `clone()` function creates a new policy instance, reset to its initial state, and returns a unique pointer to the policy object."],["`OnFailure` allows you to check the status, and the `IsExhausted` and `IsPermanentFailure` methods provide insight into the retry state of the policy."]]],[]]