[[["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 details the `SqlRegionsServiceLimitedErrorCountRetryPolicy`, a retry policy for `SqlRegionsServiceConnection` that limits retries based on the count of errors."],["The policy halts retries when a non-transient error occurs or when the number of transient failures exceeds a set limit, with `kUnavailable` status codes being treated as transient errors."],["Users can customize the number of allowed transient errors during policy initialization, including the option to completely disable retries by setting `maximum_failures` to 0."],["The class provides methods such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`, enabling control and management of the retry behavior."],["The latest version available is 2.37.0-rc, and there are versions going back as far as 2.11.0 that also have this feature."]]],[]]