[[["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 `SqlConnectServiceLimitedErrorCountRetryPolicy` class, which is part of the Google Cloud C++ client library for SQL services."],["The class implements a retry policy that stops retrying if a non-transient error occurs or if the number of transient failures exceeds a predefined limit, where only the `kUnavailable` status code is classified as transient."],["The retry policy can be configured with a `maximum_failures` parameter, allowing developers to specify the number of transient errors to tolerate, with a value of 0 disabling the retry loop."],["The documentation includes details about the class constructors, key functions like `OnFailure`, `IsExhausted`, and `IsPermanentFailure`, and the `clone` method, alongside a `BaseType` alias for `SqlConnectServiceRetryPolicy`."],["Links to older versions of this class are provided, alongside a link to the most recent version (2.37.0-rc), allowing navigation to versions 2.11.0 through 2.36.0."]]],[]]