[[["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-05-07 UTC."],[[["This document provides information on the `ServiceUsageLimitedErrorCountRetryPolicy`, a class that manages retries for `ServiceUsageConnection` in Google Cloud C++ client libraries."],["The retry policy halts if it encounters a non-transient error or exceeds a specified number of transient failures, with `kUnavailable` being treated as transient."],["The class offers several constructors to set up the retry policy, including one that allows setting the maximum number of failures before giving up."],["Functions such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()` manage the retry process, check the number of errors, determine if retrying should cease, identify permanent failures, and create a copy of the current policy."],["The document presents a list of available versions, from 2.11.0 to 2.37.0-rc, that are compatible with the `ServiceUsageLimitedErrorCountRetryPolicy`."]]],[]]