[[["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 for `SqlInstancesServiceConnection` that limits retries based on the number of transient errors encountered."],["The policy will cease retrying if a non-transient error is returned, or if the number of transient failures exceeds a predefined threshold, where `kUnavailable` is considered a transient error."],["The class includes constructors to set the maximum number of tolerable transient errors and to copy or move existing policies."],["It provides functions such as `maximum_failures()` to get the maximum errors, `OnFailure()` to handle errors, and `IsExhausted()` to check if the retry limit has been reached."],["There is a list of previous versions of the file as a reference for the user."]]],[]]