[[["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 `SqlUsersServiceLimitedErrorCountRetryPolicy` class, which is part of the Google Cloud C++ client library for SQL."],["The `SqlUsersServiceLimitedErrorCountRetryPolicy` class implements a retry policy that limits the number of transient errors it will tolerate before stopping retries, with the ability to disable retry loops."],["The class handles retries for RPCs in the `SqlUsersServiceConnection`, considering `kUnavailable` status codes as transient errors, and stops on non-transient errors."],["The documentation lists various versions of the library, with `2.37.0-rc` being the latest, alongside class constructors, functions like `maximum_failures()`, `OnFailure()`, `IsExhausted()`, and `IsPermanentFailure()`, and a `clone()` function to copy the policy."],["The `BaseType` is defined as an alias of the `SqlUsersServiceRetryPolicy` class."]]],[]]