[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-18 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`."]]],[]]