[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-02 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."]]],[]]