[[["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, which is part of the Google Cloud C++ client library for SQL, with the most recent version as 2.37.0-rc."],["The `SqlOperationsServiceLimitedErrorCountRetryPolicy` class is used to implement a retry policy for `SqlOperationsServiceConnection` that stops retrying if a non-transient error occurs or if a set number of transient errors are detected."],["The class treats the `kUnavailable` status code as a transient error and provides constructors to set the maximum number of transient failures, with an option to disable retries by setting `maximum_failures` to 0."],["Key functions of this class include `OnFailure`, `IsExhausted`, and `IsPermanentFailure`, which are used to manage the retry logic and determine when to stop retrying."],["The class also provides a `clone()` function to create a new instance of the retry policy, and `maximum_failures()` to return the max number of errors before stopping retries, as well as offering a type alias called `BaseType` for `SqlOperationsServiceRetryPolicy`."]]],[]]