[[["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-21 UTC."],[[["The page details the `ExecutionsLimitedErrorCountRetryPolicy` class, which manages retries for `ExecutionsConnection` based on a limited number of transient errors."],["This retry policy stops when a non-transient error occurs or if the number of transient failures exceeds the `maximum_failures` threshold."],["Transient errors are specifically defined as those with the `kUnavailable` status code in this context."],["The class allows customization of the `maximum_failures` parameter to control the number of allowed transient errors, including the option to disable retries entirely by setting `maximum_failures` to 0."],["The webpage provides a list of versions ranging from 2.11.0 up to 2.37.0-rc, with each version having its own link to the class documentation."]]],[]]