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