[[["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-21 UTC."],[[["This webpage details the `UserEventServiceLimitedErrorCountRetryPolicy`, a retry policy designed for `UserEventServiceConnection` that handles errors by counting them."],["The policy ceases retrying if a non-transient error occurs or if the number of transient failures exceeds a defined threshold."],["Transient errors are defined by `kUnavailable` status codes."],["You can customize the maximum number of transient errors via the `maximum_failures` parameter when constructing an instance, with a value of 0 disabling retries entirely."],["The class includes functions such as `maximum_failures()`, `OnFailure(Status const &)`, `IsExhausted()`, `IsPermanentFailure(Status const &)` and `clone()` to manage the retry logic."]]],[]]