[[["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 designed for managing retries in the `EnvironmentsConnection` for Google Cloud Composer."],["The retry policy is configured to cease retrying operations if a non-transient error occurs or if the number of transient failures exceeds a defined threshold, with `kUnavailable` being the sole status code that triggers a transient error."],["The `EnvironmentsLimitedErrorCountRetryPolicy` class features constructors to initialize the policy with a specified maximum number of transient errors, allowing the retry loop to be disabled by setting `maximum_failures` to 0."],["The class offers functions like `maximum_failures()`, `OnFailure()`, `IsExhausted()`, and `IsPermanentFailure()`, to check the number of failures, handle failures, check exhaustion of retries, and determine if a failure is permanent."],["The current document is based on version 2.21.0 but other versions are available up to 2.37.0-rc."]]],[]]