[[["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 `ApplicationsLimitedErrorCountRetryPolicy` class, which is designed to manage retries for `ApplicationsConnection` in Google Cloud's C++ App Engine API."],["The retry policy stops if it encounters a non-transient error or exceeds a predefined number of transient failures, with `kUnavailable` status codes being considered transient."],["Users can customize the policy's behavior by setting the `maximum_failures` parameter in the constructor to control the number of allowed transient errors, or set it to `0` to disable retry attempts."],["The class provides methods such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, and `IsPermanentFailure()` to interact with and understand the state of the retry policy and the status of the errors."],["The page also provides a list of different versions of the class, starting from version 2.11.0 up until the latest 2.37.0-rc."]]],[]]