[[["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 `SqlRegionsServiceLimitedErrorCountRetryPolicy` class within the Google Cloud C++ client library, specifically focusing on version 2.33.0."],["The `SqlRegionsServiceLimitedErrorCountRetryPolicy` class is a retry policy used with `SqlRegionsServiceConnection` that halts retry attempts if a non-transient error occurs or if the number of transient failures exceeds a defined limit."],["The class constructors allow setting the maximum number of transient errors to tolerate, with the option to disable retries by setting this limit to 0."],["The available functions for the class are `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`, which allow to check the maximum number of failures, checking if a failure is permanent or to clone the instance, respectively."],["The transient errors considered for retry within this class are those with the `kUnavailable` status code."]]],[]]