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