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