[[["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 `SqlEventsServiceLimitedErrorCountRetryPolicy`, a retry policy designed for `SqlEventsServiceConnection` that limits the number of transient errors before stopping retries."],["The policy considers `kUnavailable` status codes as transient errors and halts retries upon encountering a non-transient error or exceeding the defined `maximum_failures` count."],["The policy's behavior can be adjusted by setting the `maximum_failures` parameter, where a value of 0 disables the retry loop, and it can be instanciated using const or && parameters."],["The policy can be cloned, and has functions to return the maximum failures allowed, to evaluate if it is exhausted, if there was a failure, and if the failure is permanent."],["There are many versions of the class, with the latest being 2.37.0-rc."]]],[]]