[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-02 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."]]],[]]