[[["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-14 UTC."],[[["This webpage provides documentation for the `SqlOperationsServiceLimitedErrorCountRetryPolicy` class within the Google Cloud C++ client library, specifically focusing on version 2.33.0."],["The `SqlOperationsServiceLimitedErrorCountRetryPolicy` class is a retry policy that determines if and when to retry operations based on the number of transient errors encountered, stopping retries after exceeding a defined maximum or upon encountering a non-transient error."],["Transient errors, such as those with the status code `kUnavailable`, trigger retries, while the retry loop can be disabled by setting `maximum_failures` to 0."],["The class provides functions to manage failures, such as `OnFailure()`, `IsExhausted()`, and `IsPermanentFailure()`, as well as the ability to retrieve the maximum number of failures allowed with `maximum_failures()` and the ability to clone itself."],["This retry policy class supports multiple versions of the Google cloud C++ client library with version 2.37.0-rc being the latest, and provides information on how to construct and use the `SqlOperationsServiceLimitedErrorCountRetryPolicy` class, providing three different constructors."]]],[]]