[[["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 policy is designed to manage retries for RPC calls to `SqlUsersServiceConnection`, stopping if a non-transient error occurs or if the number of transient failures exceeds a set limit."],["Transient errors are identified by the `kUnavailable` status code, allowing the policy to differentiate between temporary and permanent issues."],["The `SqlUsersServiceLimitedErrorCountRetryPolicy` class offers a constructor to set the maximum number of transient errors, and by setting `maximum_failures` to 0, the retry loop is disabled."],["The webpage details the class's constructors, functions like `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, `clone()` as well as `BaseType`, offering a comprehensive guide to its use and capabilities."]]],[]]