[[["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."],[[["This document describes the `EventServiceLimitedErrorCountRetryPolicy`, a retry policy designed for `EventServiceConnection` that limits retries based on the number of transient errors encountered."],["The policy stops retrying if a non-transient error occurs or if the number of transient failures exceeds a predefined limit, with `kUnavailable` being the only status code considered a transient error in this class."],["You can control the maximum number of transient errors the policy will tolerate by setting the `maximum_failures` parameter during the `EventServiceLimitedErrorCountRetryPolicy` instance creation, setting it to `0` will effectively disable retries."],["The class provides methods to check the maximum failures, handle failure statuses, check if the policy is exhausted, and identify permanent failures through `maximum_failures()`, `OnFailure(Status const &)`, `IsExhausted()`, and `IsPermanentFailure(Status const &) const`, respectively."],["The document provides documentation on the class and it's constructors, functions, and parameter, as well as a list of older versions that can be accessed."]]],[]]