[[["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."],[[["The `EventServiceLimitedErrorCountRetryPolicy` is a retry mechanism for `EventServiceConnection` that halts retries after encountering a non-transient error or exceeding a set number of transient failures."],["Transient errors, specifically `kUnavailable`, are the only type of error counted in the retry policy."],["You can configure the maximum number of transient errors the policy tolerates, with a `maximum_failures` value of 0 disabling retries entirely."],["The policy can be constructed, moved, and copied, and provides methods to determine the maximum number of failures, check if retries are exhausted, and check if a failure is permanent."],["The class offers a `clone()` function that produces a fresh instance of the retry policy, resetting it to its initial configuration."]]],[]]