[[["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-04-09 UTC."],[[["This webpage details the `SqlEventsServiceLimitedErrorCountRetryPolicy`, a retry policy for `SqlEventsServiceConnection` that limits retries based on the number of transient errors encountered."],["The policy terminates if a non-transient error occurs or if the number of transient failures exceeds a predefined limit, with `kUnavailable` status codes being the only transient errors."],["Constructors are available to set the maximum number of tolerated transient errors, and when `maximum_failures` is set to 0, it disables the retry loop."],["Key functions include `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`, providing methods to check and manage the retry state and conditions."],["There are many versions of the policy, from 2.11.0 to 2.36.0, with the most recent release candidate being 2.37.0-rc."]]],[]]