[[["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 used for retrying operations in the `ExecutionsConnection` class based on the number of transient errors encountered."],["The retry policy stops if a non-transient error is returned or if the number of transient failures exceeds a set maximum, with `kUnavailable` being the only status code that's considered a transient error."],["You can set the maximum number of transient errors tolerated during construction, and the retry loop can be disabled by setting the `maximum_failures` to 0."],["The class provides methods for checking the maximum number of failures, whether a failure is permanent, whether the retry policy is exhausted, and a way to clone the retry policy."],["The documentation provides links to the different versions of the `ExecutionsLimitedErrorCountRetryPolicy` class, with the latest version being `2.37.0-rc`."]]],[]]