[[["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-21 UTC."],[[["This document details the `ServicesLimitedErrorCountRetryPolicy` class, which is designed to manage retries for `ServicesConnection` in Google Cloud's C++ App Engine API."],["The policy limits the number of transient errors it will tolerate before ceasing retries, with `kUnavailable` status codes being treated as transient."],["The class provides constructors to specify the maximum number of transient failures allowed and also features copy and move constructors."],["It includes functions like `maximum_failures()`, `OnFailure()`, `IsExhausted()`, and `IsPermanentFailure()` to manage the retry process and check the policy's state."],["The policy can be disabled by providing it an instance with a `maximum_failures` value of 0."]]],[]]