[[["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-08-14 UTC."],[[["This document provides information on the `EventServiceLimitedErrorCountRetryPolicy` class, which is used for retrying operations in the `EventServiceConnection`."],["The retry policy is designed to stop retrying when it encounters a non-transient error or when the number of transient failures exceeds a predefined limit."],["Transient errors are defined as those with the `kUnavailable` status code, and you can create an instance of the class while providing a number for `maximum_failures`, which determines the transient error threshold."],["The document offers various functions within the `EventServiceLimitedErrorCountRetryPolicy` class such as, `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()` for developers to use and consider."],["The list of available versions for this class is included, ranging from the latest release candidate `2.37.0-rc` down to version `2.11.0`."]]],[]]