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