[[["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 webpage details the `FunctionServiceRetryPolicy` class within the Google Cloud Functions C++ library, which manages retry behavior for `FunctionServiceConnection`."],["The latest version available is `2.37.0-rc`, with a history of versions dating back to `2.11.0` available for browsing, all having the same class."],["The `FunctionServiceRetryPolicy` class includes methods like `clone()`, `OnFailure(Status const &)`, `IsExhausted()`, and `IsPermanentFailure(Status const &)` for controlling retry logic."],["The `clone()` method allows for the creation of a new instance of the policy, resetting it to the beginning."],["The `OnFailure` method, which takes a Status const as a parameter and returns a boolean, is used to determine if the action should be retried, while `IsExhausted` checks the remaining retries and `IsPermanentFailure` determines if a failure is considered unrecoverable."]]],[]]