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