[[["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 policy limits the number of transient errors that can occur before stopping retries, and it defines `kUnavailable` as a transient error."],["Users can configure the maximum number of allowed transient errors via the class constructor, and providing a `maximum_failures` of `0` will disable retries."],["The class provides functions to check for retries (OnFailure, IsExhausted), the state of the retry policy (maximum_failures), and to identify permanent failures (IsPermanentFailure), and a function to clone itself."],["The current version for the documented object on this webpage is 2.21.0, but it also contains previous versions along with the most recent release candidate 2.37.0-rc."]]],[]]