[[["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."],[[["This document describes the `EnvironmentsLimitedErrorCountRetryPolicy`, a retry policy designed for `EnvironmentsConnection` that limits retries based on the number of transient errors encountered."],["The policy stops retrying if a non-transient error occurs or if the number of transient failures exceeds a predefined limit, with `kUnavailable` being the only status code considered a transient error in this class."],["You can disable the retry mechanism by creating an instance of the policy with `maximum_failures` set to 0."],["The class offers methods to check the maximum number of failures, whether the policy is exhausted, if a failure is permanent, and a method to clone the current policy instance."],["The document outlines the constructors, parameters, return types, and type aliases related to the `EnvironmentsLimitedErrorCountRetryPolicy` class, alongside a list of different version numbers."]]],[]]