[[["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 document provides documentation for the `SqlFlagsServiceLimitedErrorCountRetryPolicy` class, which is part of the Google Cloud C++ SQL library, with version 2.37.0-rc being the most recent version."],["The `SqlFlagsServiceLimitedErrorCountRetryPolicy` class defines a retry policy designed to handle transient errors, specifically `kUnavailable`, that occur during Remote Procedure Calls (RPCs) with the `SqlFlagsServiceConnection`."],["The policy halts retries when a non-transient error occurs or if the number of transient failures surpasses a predefined limit, with the capability to disable retries entirely by setting `maximum_failures` to 0."],["The `maximum_failures()` function retrieves the maximum number of transient failures allowed, `OnFailure()` determines whether to retry after a failure, and `IsExhausted()` checks if the retry policy is exhausted, and `clone()` to create a new instance of the policy."],["The document includes different constructors for the `SqlFlagsServiceLimitedErrorCountRetryPolicy` class, along with functions to manage and check the retry policies, such as `IsPermanentFailure()`, and a `BaseType` alias to `SqlFlagsServiceRetryPolicy`."]]],[]]