[[["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 outlines the `EnvironmentsLimitedErrorCountRetryPolicy`, a retry mechanism for `EnvironmentsConnection` in Google Cloud Composer."],["The retry policy halts operations upon encountering non-transient errors or when surpassing a predefined count of transient failures, specifically `kUnavailable` status codes."],["The class offers constructors for setting the maximum allowable transient errors and supports copying via copy and move constructors."],["Key functions include `maximum_failures()` to check error tolerance, `OnFailure()` to handle errors, `IsExhausted()` to verify retry capacity, and `IsPermanentFailure()` to identify non-transient issues."],["The `clone()` function generates a new policy instance reset to the initial state and there is a type alias `BaseType` for `EnvironmentsRetryPolicy`."]]],[]]