[[["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 document provides information on the `SqlInstancesServiceLimitedErrorCountRetryPolicy`, which is a retry policy designed for `SqlInstancesServiceConnection`."],["The policy limits retries based on the number of transient errors encountered or if a non-transient error occurs, in which it considers the `kUnavailable` status code as transient."],["The retry loop can be disabled by configuring an instance of this policy with `maximum_failures` set to 0, which is set using the constructor `SqlInstancesServiceLimitedErrorCountRetryPolicy(int)`."],["The document contains a list of `SqlInstancesServiceLimitedErrorCountRetryPolicy` versions, from 2.11.0 up to 2.37.0-rc (latest)."],["This class includes functions such as `maximum_failures()`, `OnFailure(Status const &)`, `IsExhausted()`, `IsPermanentFailure(Status const &)`, and `clone()` for managing the retry behavior, along with type alias `BaseType` that is an alias of `SqlInstancesServiceRetryPolicy`."]]],[]]