[[["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 page provides documentation for the `SqlInstanceNamesServiceLimitedErrorCountRetryPolicy`, a retry policy used in the `SqlInstanceNamesServiceConnection`."],["The retry policy stops if a non-transient error is received or if the number of transient failures exceeds a specified limit, with `kUnavailable` being the only considered transient status code."],["The policy is created using `SqlInstanceNamesServiceLimitedErrorCountRetryPolicy(int)`, with the constructor accepting the maximum number of transient errors, and retry loops can be disabled by setting `maximum_failures` to 0."],["The page offers a list of available versioned documentation from 2.11.0 to the latest 2.37.0-rc, with 2.26.0 being the current version displayed."],["The class has functions such as maximum_failures(), OnFailure(Status const &), IsExhausted(), IsPermanentFailure(Status const &), and clone() to manage retry behaviour, and a type alias BaseType to reference `SqlInstanceNamesServiceRetryPolicy`."]]],[]]