[[["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 document provides information on the `EventServiceLimitedErrorCountRetryPolicy` class, which is designed to handle retries for the `EventServiceConnection` based on the number of errors encountered."],["The policy halts retries if a non-transient error occurs or if the number of transient failures exceeds a predefined limit."],["Transient errors are specifically defined as `kUnavailable` status codes within this implementation."],["The policy can be configured using a parameter `maximum_failures` that defines the maximum amount of transient failures to tolerate before no longer attempting to retry, and by setting this to zero, the retry loop can be disabled."],["The class includes several functions such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()` to manage the retry behavior, alongside constructors and type aliases for a comprehensive retry management system."]]],[]]