[[["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 designed to manage retries for `ServicesConnection` in Google Cloud's C++ App Engine library."],["The policy will cease retrying if a non-transient error occurs or if the number of transient failures exceeds a predefined limit."],["Transient errors in this context are defined as those returning the `kUnavailable` status code."],["The class includes constructors to create an instance with a specific `maximum_failures` tolerance, and allows disabling the retry loop altogether by setting `maximum_failures` to 0."],["The class provides functions to get the maximum failures allowed, and also to determine if a failure is exhausted, if a failure is permanent, or to create a clone of the policy, in addition to an `OnFailure` function."]]],[]]