[[["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."],[[["This document describes the `ExecutionsLimitedErrorCountRetryPolicy`, a retry policy designed for `ExecutionsConnection` that halts retries upon encountering a non-transient error or exceeding a specified number of transient failures."],["The policy treats `kUnavailable` status codes as transient errors, allowing for retries in such cases."],["Users can configure the maximum number of transient errors allowed via the `maximum_failures` parameter during object creation, with an option to disable retries entirely by setting this value to 0."],["The policy offers functions to check for exhaustion (`IsExhausted`), determine if a failure is permanent (`IsPermanentFailure`), and obtain the maximum number of failures allowed (`maximum_failures`)."],["This document also outlines the functions to utilize the class, including the `clone()` function which creates a new instance of the retry policy, reset to the initial state."]]],[]]