[[["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-21 UTC."],[[["This webpage details the `SqlTiersServiceLimitedErrorCountRetryPolicy`, a class used to manage retries for `SqlTiersServiceConnection` based on the number of errors encountered."],["The policy stops retrying if a non-transient error occurs or if the number of transient failures exceeds a predefined limit, and it treats `kUnavailable` status codes as transient errors."],["The policy can be configured to tolerate a certain number of transient errors via its constructor, with the option to disable retries completely by setting the maximum failures to 0."],["The class also contains functions to control the retry policy such as checking if the retries are exhausted or if a failure is considered permanent, and also a clone function."]]],[]]