[[["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 document provides information on the `EventServiceLimitedErrorCountRetryPolicy` class, which is used for retrying operations in the `EventServiceConnection` when errors occur."],["The retry policy stops if it encounters a non-transient error or if the number of transient errors exceeds the `maximum_failures` limit set when the policy is instantiated."],["Only the `kUnavailable` status code is considered a transient error in this policy."],["The class offers constructors to create instances of the policy, and functions to manage and check the failure state of the retry process, such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`."],["The document details the different versions of the policy, with version 2.37.0-rc being the most recent, which is available in the provided list of class version references."]]],[]]