[[["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-21 UTC."],[[["This page provides documentation for the `ServiceControllerLimitedErrorCountRetryPolicy` class, which is used to define a retry policy for `ServiceControllerConnection` in the Google Cloud Service Control C++ library."],["The policy stops retrying when a non-transient error occurs or when a maximum number of transient errors have been encountered."],["The class treats the `kUnavailable` status code as a transient error and you can set the limit on transient failures with `maximum_failures`, you can disable retry by setting it to `0`."],["This page also lists the version history of the code, with the most recent version being `2.37.0-rc` and the current version in context being `2.14.0`."],["The class includes constructors to create instances of the retry policy, functions to manage the retry behavior (`maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`), and a type alias called `BaseType`."]]],[]]