[[["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-14 UTC."],[[["This webpage provides documentation for the `ServiceControllerLimitedErrorCountRetryPolicy` class, which is part of the Google Cloud C++ client library for Service Control, with the current version being 2.30.0."],["The `ServiceControllerLimitedErrorCountRetryPolicy` class is used to define a retry policy for `ServiceControllerConnection` that limits retries based on the number of transient errors encountered."],["The retry policy will stop if a non-transient error occurs or if the number of transient failures exceeds the specified `maximum_failures` threshold, where `kUnavailable` is treated as a transient error."],["This class provides constructors to create instances with a defined `maximum_failures`, as well as a method to disable retries entirely by setting `maximum_failures` to zero."],["The documentation includes details on various functions within the class, including `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`, along with an alias type `BaseType` for `ServiceControllerRetryPolicy`."]]],[]]