[[["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-09 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."]]],[]]