[[["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 provides information on the `EnvironmentsLimitedErrorCountRetryPolicy` class, which is used to define a retry policy for `EnvironmentsConnection` in the Google Cloud Composer C++ library."],["The retry policy stops if there is a non-transient error or if the number of transient failures exceeds a specified `maximum_failures` limit, with `kUnavailable` status codes considered as transient errors."],["The class has constructors to set the maximum allowed transient failures, along with move and copy constructors for creating new instances, and one can also set `maximum_failures` to 0 to disable the retry loop."],["Several functions are available to manage and interact with this policy, such as checking the number of allowed failures, determining if the policy is exhausted, identifying permanent failures, and cloning the policy instance."],["The document lists different versions of the policy class, ranging from version 2.11.0 up to the latest release candidate 2.37.0-rc, and details the latest as 2.37.0-rc."]]],[]]