[[["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 webpage provides documentation for the `SqlUsersServiceLimitedErrorCountRetryPolicy` class, which is part of the Google Cloud C++ client library for SQL services."],["The class implements a retry policy that stops retrying if a non-transient error occurs or if the number of transient failures exceeds a predefined limit, and it considers `kUnavailable` as a transient error."],["You can customize the policy by setting the maximum number of transient errors tolerated via a constructor parameter and disable the retry loop by setting this parameter to zero."],["The page lists the different versions of the class starting at version 2.11.0 all the way up to the latest release candidate version 2.37.0-rc, and it defines the classes constructors, functions, and type aliases."],["This class is a retry policy for the `SqlUsersServiceConnection`, and it provides methods such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()` to manage and check the policy's behavior."]]],[]]