[[["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."],[[["The latest version available is `2.37.0-rc`, with multiple older versions, such as `2.36.0`, `2.35.0` and so on, also accessible through this page."],["This page documents the `UserEventServiceLimitedErrorCountRetryPolicy`, which controls how the `UserEventServiceConnection` retries failed RPC calls."],["The retry policy stops if a non-transient error is returned or if the number of transient failures exceeds a specified maximum."],["The class constructor `UserEventServiceLimitedErrorCountRetryPolicy(int)` allows you to define the maximum number of transient errors the policy can tolerate, with the option to disable the retry loop entirely by setting `maximum_failures` to 0."],["The class includes functions to manage the retry policy, such as checking if the policy is exhausted, checking if a failure is considered permanent and a virtual clone method."]]],[]]