[[["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 `SqlEventsServiceLimitedErrorCountRetryPolicy` class, which is part of the Google Cloud C++ client library for SQL, with the most recent version of the documentation being `2.37.0-rc`."],["The `SqlEventsServiceLimitedErrorCountRetryPolicy` class defines a retry policy for `SqlEventsServiceConnection` that stops retrying when a non-transient error occurs or the number of transient failures exceeds a set limit."],["Transient errors, such as `kUnavailable`, are tracked and included in the retry count, and the retry loop can be disabled by setting the `maximum_failures` parameter to 0."],["The class has methods for determining if a failure is permanent, if the policy is exhausted, and to return the current number of allowed failures, as well as a `clone()` function to reset to the initial state."],["This documentation includes details on various previous versions of the `SqlEventsServiceLimitedErrorCountRetryPolicy` class, and how it's methods and parameters are defined."]]],[]]