[[["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 provides information on the `ExecutionsLimitedErrorCountRetryPolicy` class, which is a retry policy for `ExecutionsConnection` based on counting errors."],["The retry policy stops when a non-transient error is received or when the number of transient failures exceeds a specified maximum."],["Transient errors in this policy are defined as those with the `kUnavailable` status code."],["The class allows for configuration of the maximum number of transient errors tolerated via the constructor, and it supports disabling retry loops by setting `maximum_failures` to 0."],["The document outlines several functions within the `ExecutionsLimitedErrorCountRetryPolicy` class, such as `maximum_failures()`, `OnFailure(Status const &)`, `IsExhausted()`, `IsPermanentFailure(Status const &)`, and `clone()`, as well as their corresponding return values and parameters."]]],[]]