[[["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 provides documentation for the `ServicesLimitedErrorCountRetryPolicy` class, a retry mechanism used within the Google Cloud C++ client library for the Run v2 service."],["The `ServicesLimitedErrorCountRetryPolicy` class stops retrying operations if a non-transient error is encountered or if the number of transient errors, such as `kUnavailable`, exceeds a set threshold."],["The page lists the `ServicesLimitedErrorCountRetryPolicy` class's available versions, ranging from the latest release candidate `2.37.0-rc` down to version `2.11.0`."],["The class has functions such as `maximum_failures()`, `OnFailure(Status const &)`, `IsExhausted()`, `IsPermanentFailure(Status const &)`, `clone()`, and a type alias `BaseType` for `ServicesRetryPolicy`."],["The `ServicesLimitedErrorCountRetryPolicy` class can be constructed with an `int` parameter that dictates how many transient failures will be tolerated before giving up."]]],[]]