[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-18 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()`."]]],[]]