[[["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 `SqlInstancesServiceLimitedErrorCountRetryPolicy`, a retry policy for `SqlInstancesServiceConnection` 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 the only errors treated as transient."],["You can create an instance of this policy, which has a constructor taking in `maximum_failures`, to specify the maximum number of transient errors to tolerate, or use a `maximum_failures` value of 0 to disable retries entirely."],["The class provides functions to check the maximum number of failures (`maximum_failures()`), handle failures (`OnFailure`), check if retries are exhausted (`IsExhausted`), and check if a failure is permanent (`IsPermanentFailure`), and there is a function to clone the class (`clone`)."],["The page also provides a list of different version numbers of this policy, with 2.37.0-rc being the latest."]]],[]]