[[["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 `EnvironmentsLimitedErrorCountRetryPolicy` class, which is used for handling retries in the `EnvironmentsConnection` based on the number of errors encountered."],["The retry policy halts if a non-transient error occurs or if the number of transient failures exceeds a predefined limit, and `kUnavailable` status codes are considered transient errors."],["You can customize the retry behavior by setting the `maximum_failures` parameter during the construction of an `EnvironmentsLimitedErrorCountRetryPolicy`, and setting this to zero disables the retry mechanism."],["The class offers methods to determine if a failure is permanent (`IsPermanentFailure`), check if the policy is exhausted (`IsExhausted`), and clone the policy to a new instance (`clone`)."],["The document lists various versions of the `EnvironmentsLimitedErrorCountRetryPolicy`, from the most recent release candidate `2.37.0-rc` down to version `2.11.0`."]]],[]]