[[["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 `ServicesLimitedErrorCountRetryPolicy` class, which is used to manage retries for `ServicesConnection` in Google Cloud App Engine C++ client."],["The retry policy halts if an RPC encounters a non-transient error or if the number of transient failures surpasses a predefined limit."],["The policy considers `kUnavailable` status codes as transient errors and allows users to configure the maximum number of transient errors before stopping retries via a parameter called `maximum_failures`."],["The page provides documentation for various constructors, such as one for creating an instance with a given number of maximum failures and copy constructors, as well as functions like `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`."],["There are multiple versions of the documentation, and the latest is `2.37.0-rc` with `2.26.0` being the specific version of this class."]]],[]]