[[["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-18 UTC."],[[["This webpage provides documentation for the `ServiceControllerLimitedErrorCountRetryPolicy` class in the Google Cloud C++ client library, specifically for `servicecontrol` versions ranging from 2.11.0 to 2.37.0-rc."],["The `ServiceControllerLimitedErrorCountRetryPolicy` class defines a retry mechanism for `ServiceControllerConnection` that halts retries after encountering a non-transient error or exceeding a specified number of transient errors, with `kUnavailable` being the only status code considered a transient error."],["You can customize the maximum number of transient failures tolerated by the retry policy during its construction, including disabling retries by setting `maximum_failures` to 0."],["The page includes information on available constructors, functions such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`, and type aliases like `BaseType`, which is an alias of `ServiceControllerRetryPolicy`."],["The latest version, at the time of this documentation, is 2.37.0-rc, with other released versions listed in descending order."]]],[]]