[[["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 `SqlInstanceNamesServiceLimitedErrorCountRetryPolicy`, a class for managing retries in the `SqlInstanceNamesServiceConnection` based on the number of errors encountered."],["The retry policy will halt if a non-transient error occurs or if the number of transient failures exceeds a predefined maximum."],["Transient errors in this context are defined as those returning the status code `kUnavailable`."],["The `maximum_failures` parameter, set during the policy's construction, determines the maximum number of transient errors tolerated before retries cease, with a value of 0 disabling the retry loop entirely."],["The class provides methods for checking if the policy is exhausted (`IsExhausted`), determining if a failure is permanent (`IsPermanentFailure`), obtaining the current maximum failures allowed (`maximum_failures`), and creating a new policy instance (`clone`)."]]],[]]