[[["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-09 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."]]],[]]