[[["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-05-07 UTC."],[[["This webpage details the `SqlRegionsServiceLimitedErrorCountRetryPolicy`, a retry policy designed for `SqlRegionsServiceConnection` that relies on counting errors."],["The policy halts retries if a non-transient error occurs or if the number of transient failures exceeds a predefined limit, specifically treating `kUnavailable` status codes as transient errors."],["The policy is customizable via its constructor, allowing configuration of the maximum number of transient failures that it will tolerate, and can be disabled if `maximum_failures` is set to 0."],["It includes methods such as `OnFailure`, `IsExhausted`, and `IsPermanentFailure` to determine the state of the policy, as well as `maximum_failures()` to return the configured maximum amount."],["It also has a `clone()` method, which creates a new instance of the policy, and a type alias `BaseType` for the `SqlRegionsServiceRetryPolicy`."]]],[]]