[[["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-04-17 UTC."],[[["This document provides reference information for the `EnvironmentsLimitedErrorCountRetryPolicy` class, which is designed for managing retries in the context of `EnvironmentsConnection` for Google Cloud Composer."],["The policy halts retries when it encounters a non-transient error or exceeds a set number of transient failures, with `kUnavailable` being the only status code treated as a transient error in this class."],["The class allows the number of acceptable transient failures to be configured via a constructor parameter `maximum_failures`, and retry loops can be disabled if this parameter is set to 0."],["The class includes functions such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()` to check the retry limit, check the status on failure, check if the policy has stopped retrying, check for permanent failures, and to clone the retry policy, respectively."],["There are various versions available for the `EnvironmentsLimitedErrorCountRetryPolicy` class in google cloud composer, with version 2.37.0-rc being the latest and all versions ranging from 2.11.0 to 2.37.0-rc."]]],[]]