[[["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 `SqlInstancesServiceLimitedErrorCountRetryPolicy` class, which is part of the Google Cloud C++ client library for SQL, with the latest version being `2.37.0-rc`."],["The `SqlInstancesServiceLimitedErrorCountRetryPolicy` class is a retry policy for `SqlInstancesServiceConnection` that stops retrying if a non-transient error occurs or if the number of transient failures exceeds a defined maximum, with `kUnavailable` being the only status code treated as transient."],["Users can create instances of this policy specifying the maximum number of transient errors to tolerate via the constructor, and can disable retries completely by setting the `maximum_failures` to 0."],["The class provides several functions, like `OnFailure`, `IsExhausted`, `IsPermanentFailure` and `clone`, to control the retry behavior and check its current status, such as if the retry is exhausted or if a failure is permanent."],["The `maximum_failures()` function lets you obtain the maximum number of transient errors the policy is configured to tolerate."]]],[]]