[[["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 API."],["The policy limits the number of transient errors it will tolerate before stopping retries, and will halt retries immediately if a non-transient error occurs."],["The class constructor takes an integer, `maximum_failures`, to define the maximum number of transient errors it can tolerate, with a value of 0 disabling retries."],["The `ServicesLimitedErrorCountRetryPolicy` class treats `kUnavailable` status codes as transient errors, and has functions to check for exhaustion, permanent failures and to create a cloned version."],["The page provides navigation to previous versions of the class, with the latest being `2.37.0-rc`, going back as far as version `2.11.0` for access to older reference documentation."]]],[]]