[[["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 provides documentation for the `UserEventServiceLimitedErrorCountRetryPolicy` class, which is designed for handling transient errors in RPCs related to `UserEventServiceConnection`."],["The retry policy stops when a non-transient error occurs or when the number of transient failures exceeds a predefined limit, with `kUnavailable` status codes being the only errors treated as transient."],["You can create an instance of this policy, defining the maximum number of allowed transient errors, or you can disable retries by setting `maximum_failures` to 0."],["The class supports copy and move operations."],["It provides functions to check whether the policy is exhausted, whether a failure is permanent, and it also provides a way to clone the policy."]]],[]]