[[["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 a comprehensive overview of the `EnvironmentsLimitedErrorCountRetryPolicy` class, used within Google Cloud Composer's C++ library, across various versions from 2.11.0 to the latest release candidate 2.37.0-rc."],["The `EnvironmentsLimitedErrorCountRetryPolicy` class is designed to manage retries for `EnvironmentsConnection` by tracking the number of transient errors, such as `kUnavailable` status codes, and stopping retries after a specified number of failures."],["The class includes constructors to create instances with a defined maximum number of transient errors and copy/move constructors."],["Key functions within the class include `maximum_failures()` to check the limit, `OnFailure()` to determine if a retry should happen, `IsExhausted()` to check if the retry policy is exhausted, `IsPermanentFailure()` to check for permanent failure status, and `clone()` to create a new instance."],["The class defines `BaseType` as an alias for `EnvironmentsRetryPolicy`."]]],[]]