[[["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 webpage details the `ExecutionsLimitedErrorCountRetryPolicy` class, which manages retry attempts for `ExecutionsConnection` based on a predefined number of allowed transient errors."],["The policy halts retries upon encountering a non-transient error or exceeding the configured maximum number of transient failures, with `kUnavailable` as a defined transient error code."],["Users can configure the policy to stop the retry loop completely by setting the `maximum_failures` to `0` during instantiation."],["The webpage provides a comprehensive list of versions that this policy has been available in, with the latest version being `2.37.0-rc`."],["The webpage contains information about the constructors, and the functions associated with this class, such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`."]]],[]]