[[["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-21 UTC."],[[["This webpage details the `JobsRetryPolicy` for the `JobsConnection` in Google Cloud Run's C++ library, specifically for versions 2.11.0 through 2.37.0-rc."],["The latest release candidate version of this resource is listed as 2.37.0-rc, with previous versions ranging down to 2.11.0, with version 2.24.0 being current for the page."],["The `JobsRetryPolicy` class provides methods to determine if a failure is permanent, if the retry policy is exhausted, and to check if an operation should be retried based on the current status."],["The class has functions `OnFailure()` `IsExhausted()` and `IsPermanentFailure()`, all which have a `bool` return type, and the former which has a parameter `status` of type `Status const&`."],["A `clone()` function is available, which returns a unique pointer of type `JobsRetryPolicy` in order to create a new instance of the policy."]]],[]]