[[["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 `ApplicationsLimitedErrorCountRetryPolicy` class, which is designed to manage retries for `ApplicationsConnection` in Google Cloud C++ App Engine."],["The policy halts retries when encountering non-transient errors or when the number of transient failures exceeds a predefined limit, with `kUnavailable` as a defined transient error code."],["Users can customize the maximum number of tolerated transient errors during the policy's construction, effectively disabling the retry loop by setting `maximum_failures` to 0."],["The page also lists the different available versions of the class, beginning with version 2.37.0-rc, all the way down to version 2.11.0, each linked to its own documentation page."],["The documentation includes constructors for the class as well as functions such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`."]]],[]]