[[["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 designed for `SqlInstancesServiceConnection` in C++."],["The policy halts retries upon encountering a non-transient error or surpassing a predefined count of transient failures, with `kUnavailable` being the only status code considered transient."],["The policy is configurable to tolerate a set number of transient failures, set during its construction, using the parameter `maximum_failures`, which if set to 0, disables retries."],["The webpage provides links to various versions of the policy, ranging from version 2.11.0 up to the latest release candidate 2.37.0-rc, along with descriptions of its constructors, functions, and type aliases."],["The class can be copied, moved, and cloned, and it has methods to check if the retry is exhausted, if a failure is permanent and what is the maximum number of failures allowed."]]],[]]