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