[[["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."],[[["This document outlines the `EventServiceLimitedErrorCountRetryPolicy`, a retry mechanism for `EventServiceConnection` that limits retries based on the number of errors encountered."],["The policy halts retries when non-transient errors occur or when the number of transient failures exceeds a predefined maximum."],["Transient errors in this policy are defined as those with the `kUnavailable` status code."],["The policy can be configured during construction to tolerate a specified maximum number of transient failures, where setting this value to 0 will disable the retry loop."],["The class provides functions to check if the maximum failures has been reached (`IsExhausted`), if the error is permanent (`IsPermanentFailure`), to retrieve the maximum number of failures (`maximum_failures`) and to retrieve if the retry should be performed (`OnFailure`)."]]],[]]