[[["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 a retry policy for `EventServiceConnection`."],["The policy stops retrying if a non-transient error is returned, or if a certain number of transient failures are detected, with `kUnavailable` being the only status code considered transient."],["The class allows you to set a maximum number of transient failures through its constructor, with setting `maximum_failures` to 0 disabling the retry loop."],["The document lists many previous versions, along with a link to their docs, with the latest being `2.37.0-rc`."],["Several functions such as `OnFailure`, `IsExhausted`, `IsPermanentFailure`, and `clone` are described, detailing how they handle the status of the connection and the creation of a new policy instance."]]],[]]