[[["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-09 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."]]],[]]