[[["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 used to define a retry policy for `EnvironmentsConnection` in the Google Cloud Composer C++ library."],["The retry policy stops if a non-transient error occurs or if the number of transient failures exceeds a set limit."],["Transient errors are defined as those that return the `kUnavailable` status code."],["The `EnvironmentsLimitedErrorCountRetryPolicy` class can be configured with a `maximum_failures` parameter to set the maximum number of transient failures allowed before stopping retries."],["This class also contains functions that allow you to define the number of maximum failures, if a call is exhausted, or if the failure is permanent."]]],[]]