[[["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 webpage details the `ServicesLimitedErrorCountRetryPolicy` class, which is designed to manage retries for `ServicesConnection` in Google Cloud's C++ App Engine client library."],["The retry policy terminates if a non-transient error occurs or if the number of transient errors exceeds a predefined limit, with `kUnavailable` being treated as a transient error."],["You can initialize this policy by specifying the maximum number of transient errors it will tolerate via the constructor `ServicesLimitedErrorCountRetryPolicy(int)`."],["The functions of the class allow for custom actions such as: evaluating if the policy has been exausted with `IsExhausted()`, if the error is permanent via `IsPermanentFailure`, and if a failiure should be allowed to retry via `OnFailure`."],["The page also provides a list of past versions of the library, including the latest release candidate, and links to view the documentation for each of them."]]],[]]