[[["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-06-10 UTC."],[[["This webpage provides documentation for the `SqlFlagsServiceLimitedErrorCountRetryPolicy` class, which is part of the Google Cloud C++ client library for SQL services."],["The `SqlFlagsServiceLimitedErrorCountRetryPolicy` class is a retry policy that limits the number of transient errors, such as `kUnavailable`, allowed during an RPC call."],["The class allows configuration of a maximum number of transient failures (`maximum_failures`), and stops retrying if a non-transient error occurs or the maximum failures are exceeded."],["The provided page outlines the class constructors, `SqlFlagsServiceLimitedErrorCountRetryPolicy(int)`, `SqlFlagsServiceLimitedErrorCountRetryPolicy(SqlFlagsServiceLimitedErrorCountRetryPolicy &&)`, and `SqlFlagsServiceLimitedErrorCountRetryPolicy(SqlFlagsServiceLimitedErrorCountRetryPolicy const &)`, as well as a list of functions it provides, such as `maximum_failures()`, `OnFailure(Status const &)`, `IsExhausted()`, `IsPermanentFailure(Status const &)`, and `clone()`."],["A list of previous version documentation is provided at the top of the page, with the latest version, `2.37.0-rc` at the top, followed by a drop-down for the current version, `2.35.0-rc`."]]],[]]