[[["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 latest version being `2.37.0-rc`."],["The `SqlEventsServiceLimitedErrorCountRetryPolicy` class implements a retry mechanism that stops when a non-transient error occurs or when a maximum number of transient failures, specifically `kUnavailable`, are detected."],["You can customize the number of transient failures the policy will tolerate by using the constructor, including setting it to `0` to disable retries, and it is possible to clone the policy and reset it to the initial state."],["The documentation outlines various functions associated with the `SqlEventsServiceLimitedErrorCountRetryPolicy`, such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, and `IsPermanentFailure()`, detailing how the retry policy handles different error states."],["The `BaseType` type alias is equivalent to `SqlEventsServiceRetryPolicy`."]]],[]]