[[["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, with the most recent version of the documentation being for the release candidate `2.37.0-rc`."],["The `SqlUsersServiceLimitedErrorCountRetryPolicy` class implements a retry policy that limits the number of transient errors allowed before stopping retries, only considering the `kUnavailable` status code as a transient error."],["The class can be configured with a `maximum_failures` parameter, allowing you to control the number of transient errors the retry policy tolerates, including the option to disable retries by setting this value to 0."],["The webpage includes documentation for many previous versions, each representing its own release of the library, with version `2.33.0` being the default currently selected."],["The main methods offered in the class are: `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`, which provide information on the policy's state, failure tolerance, and the ability to create new policy instances."]]],[]]