[[["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-04-09 UTC."],[[["This document provides information on the `ExecutionsLimitedErrorCountRetryPolicy` class, which is designed for handling retries in `ExecutionsConnection` based on the number of errors encountered."],["The retry policy terminates if a non-transient error occurs or if the number of transient failures exceeds a predefined limit, with `kUnavailable` being treated as a transient error."],["You can disable the retry loop by creating an instance of this policy with `maximum_failures` set to 0."],["The class offers functions like `maximum_failures()`, `OnFailure()`, `IsExhausted()`, and `IsPermanentFailure()` to manage and query the retry state."],["This document includes links to previous versions of this class, with the latest release candidate version being 2.37.0-rc."]]],[]]