[[["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 webpage details the `UserEventServiceLimitedErrorCountRetryPolicy`, a retry policy designed for `UserEventServiceConnection` that manages transient errors."],["The policy halts retries upon encountering a non-transient error or exceeding a defined number of transient failures, specifically treating `kUnavailable` status codes as transient."],["You can control the maximum number of tolerated transient errors by providing the `maximum_failures` parameter when constructing a `UserEventServiceLimitedErrorCountRetryPolicy`, and disabling retries by setting it to zero."],["The class provides methods such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()` for managing the retry behavior and checking retry status."],["The latest version available is `2.37.0-rc`, and there are a range of previous versions available, all the way down to version `2.11.0`."]]],[]]