[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-02 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."]]],[]]