[[["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 `SqlConnectServiceLimitedErrorCountRetryPolicy`, a retry policy for `SqlConnectServiceConnection` that limits retries based on the number of transient errors encountered."],["The policy ceases retrying upon encountering a non-transient error or when the number of transient failures exceeds a predefined limit, with `kUnavailable` being considered a transient error."],["Users can customize the retry behavior by setting the `maximum_failures` parameter in the constructor, where setting it to 0 disables the retry loop entirely."],["The current latest release is `2.37.0-rc`, and there are multiple previous versions, all the way down to version `2.11.0` available."],["The class includes functions to manage retries like `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and a `clone()` method to create new policy instances."]]],[]]