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