[[["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 `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."],["The policy treats `kUnavailable` status codes as transient errors and it allows to customize the maximum number of tolerated transient failures through its constructor, with the possibility of disabling retry by setting `maximum_failures` to 0."],["The class offers different constructors, as well as functions to manage the maximum failures, and to check if a failure is permanent or the policy is exhausted, along with a `clone()` function to return a new instance."],["The documentation covers multiple version numbers of the library, ranging from 2.11.0 up to 2.37.0-rc, making available information for various versions of the class."]]],[]]