[[["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-04-17 UTC."],[[["This webpage details the `ApplicationsLimitedErrorCountRetryPolicy` class, which is a retry policy designed for `ApplicationsConnection` in the App Engine API."],["The policy halts retries if a non-transient error occurs or if the number of transient failures exceeds a predefined limit."],["Transient errors are defined in this class as those that return the `kUnavailable` status code, and users can disable the retry loop by setting `maximum_failures` to zero."],["The class offers constructors to set the maximum transient error tolerance and several virtual functions to manage and check the retry policy's state, such as `OnFailure`, `IsExhausted`, `IsPermanentFailure`, and `clone`, along with `maximum_failures()` to return the current set maximum failure count."],["The latest version of this class is `2.37.0-rc`, and the page also lists the available versions starting from version `2.11.0` to `2.36.0` to version `2.37.0-rc`."]]],[]]