[[["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 number of transient errors encountered."],["The policy terminates if a non-transient error occurs or if the number of transient failures exceeds a predefined limit, with `kUnavailable` status codes being classified as transient errors."],["Users can configure the maximum number of transient errors allowed during initialization of the `SqlRegionsServiceLimitedErrorCountRetryPolicy`, with a value of 0 effectively disabling retries."],["The class provides methods to check if the policy is exhausted (`IsExhausted`), if a failure is permanent (`IsPermanentFailure`), and to determine the maximum failures (`maximum_failures`), while also supporting the cloning of a new policy instance."],["The page also lists the different versions available and their corresponding links for this `SqlRegionsServiceLimitedErrorCountRetryPolicy`, with the latest version being `2.37.0-rc`."]]],[]]