[[["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 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."]]],[]]