[[["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 `SqlRegionsServiceLimitedErrorCountRetryPolicy` class, which is part of the Google Cloud C++ client library for SQL, with the latest version being `2.37.0-rc`."],["The `SqlRegionsServiceLimitedErrorCountRetryPolicy` class implements a retry mechanism that stops when a non-transient error occurs or a set number of transient errors (such as `kUnavailable`) have been detected."],["The class is constructed with an `int` value representing the `maximum_failures` that will be tolerated, and passing `0` to this parameter will effectively disable retries."],["The `SqlRegionsServiceLimitedErrorCountRetryPolicy` has several functions including `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`, and it is an alias of `SqlRegionsServiceRetryPolicy` through the `BaseType` alias."],["The webpage offers a list of available versions of the policy documentation, ranging from version `2.11.0` to the latest release candidate version `2.37.0-rc`, so you can find older versions if needed."]]],[]]