[[["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 `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."]]],[]]