[[["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-23 UTC."],[[["This document outlines the `ExecutionsLimitedErrorCountRetryPolicy`, a retry mechanism for `ExecutionsConnection` that limits retries based on the number of encountered errors."],["The policy halts retries upon encountering a non-transient error or exceeding a predefined count of transient failures, and `kUnavailable` status codes are treated as transient errors."],["The class constructor allows specifying the maximum number of transient errors tolerated before stopping, with a `maximum_failures` value of 0 disabling the retry loop."],["Key functions include `maximum_failures()`, `OnFailure()`, `IsExhausted()`, and `IsPermanentFailure()`, which manage error thresholds, check for retry exhaustion, determine failure type and allow you to clone instances."],["The documentation also lists the available version of this retry policy, ranging from version 2.11.0 up to the latest release candidate version 2.37.0-rc."]]],[]]