[[["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 `ServicesLimitedErrorCountRetryPolicy` class, which is a retry policy for `ServicesConnection` in the Google Cloud App Engine C++ library."],["The policy limits retries based on the number of transient errors encountered, stopping if a non-transient error occurs or if the maximum allowed transient failures is reached."],["The class treats `kUnavailable` as a transient error and provides constructors to set the maximum number of allowed transient errors, including the ability to disable retries entirely."],["It also outlines several functions such as `OnFailure`, `IsExhausted`, `IsPermanentFailure` and `clone` that provides further control of the retry process."],["There is also a collection of documentation for previous versions of this policy, in a range of versions from `2.20.0` to `2.37.0`."]]],[]]