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