[[["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 documentation for the `EnvironmentsLimitedErrorCountRetryPolicy` class, which is a retry policy for `EnvironmentsConnection`."],["The retry policy is designed to stop retrying if a non-transient error occurs or if the number of transient failures exceeds a defined limit."],["Transient errors are determined to be those with the `kUnavailable` status code, according to the information given."],["The class allows creating instances that accept up to a specified number of transient errors, and it is possible to disable retries entirely by setting the maximum failures to 0."],["The document also covers various constructors and functions of the class, such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`."]]],[]]