[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-26 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."]]],[]]