[[["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 latest version available is 2.37.0-rc, and the page lists several previous versions, ranging down to 2.11.0, each with a specific link for its respective documentation."],["The policy halts retries if a non-transient error occurs or if the number of transient failures exceeds a set maximum, where `kUnavailable` is the only status code considered a transient error."],["You can configure the maximum number of allowed transient errors with the `SqlConnectServiceLimitedErrorCountRetryPolicy(int)` constructor, and the retry loop can be disabled if `maximum_failures` is set to 0."],["It is possible to clone this policy with the `clone()` function to reset it to the initial state."]]],[]]