[[["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-14 UTC."],[[["This webpage details the `UserEventServiceLimitedErrorCountRetryPolicy`, a retry policy for `UserEventServiceConnection` that limits retries based on the number of transient errors encountered."],["The policy ceases retrying upon encountering a non-transient error or exceeding the pre-defined maximum number of transient failures, with `kUnavailable` being treated as a transient error."],["The `UserEventServiceLimitedErrorCountRetryPolicy` can be constructed with an `int` defining the maximum amount of transient errors to tolerate, with the option to disable retry by setting the maximum failures to 0."],["The webpage provides documentation for the various constructors, functions such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`, and also the `BaseType` alias, offering a comprehensive view of this retry policy."],["The webpage provides various versions of the `UserEventServiceLimitedErrorCountRetryPolicy` including the latest version [2.37.0-rc] and down to version 2.11.0."]]],[]]