[[["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-05 UTC."],[[["This document provides information on the `EnvironmentsLimitedErrorCountRetryPolicy` class, specifically for version 2.35.0, with links to documentation for other versions."],["The `EnvironmentsLimitedErrorCountRetryPolicy` is a retry policy for `EnvironmentsConnection` that stops retrying after encountering a non-transient error or exceeding a set number of transient errors."],["This policy treats the `kUnavailable` status code as a transient error."],["The `maximum_failures` parameter in the constructor determines how many transient failures are allowed, and setting it to 0 disables the retry loop."],["The class includes functions to check for exhaustion, determine if a failure is permanent, clone the policy, and handle failures."]]],[]]