[[["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-05 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 implemented will stop retrying if a non-transient error is returned, or if the number of transient failures, specifically the `kUnavailable` status code, exceeds a predefined threshold."],["The class allows creation of an instance which accepts an `int` parameter, specifying the maximum number of transient errors tolerated before stopping, with the option to disable the retry loop entirely by setting `maximum_failures` to 0."],["The class provides several functions, such as `OnFailure`, `IsExhausted`, `IsPermanentFailure`, and `clone`, to handle failure conditions, check retry status, and create new policy instances."],["This page gives documentation on versions from 2.11.0 up to the latest release candidate version 2.37.0-rc, with the current version being 2.35.0."]]],[]]