[[["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, specifically version 2.18.0 and beyond, and includes links to documentation for different versions."],["The `SqlUsersServiceLimitedErrorCountRetryPolicy` is a retry mechanism that limits the number of transient errors, defined by the `kUnavailable` status code, that will be tolerated before a failure is considered permanent."],["The class offers constructors to set the maximum number of transient failures, and you can disable retries by setting this maximum to 0."],["The class includes functions such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`, to manage the retry policy and determine the status of the errors."],["The `BaseType` is an alias of `SqlUsersServiceRetryPolicy`."]]],[]]