[[["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 describes the `EnvironmentsLimitedErrorCountRetryPolicy`, a retry policy designed for `EnvironmentsConnection` that retries based on the number of encountered errors."],["The policy halts retries when a non-transient error occurs or when the number of transient failures exceeds a preset limit."],["Transient errors, in this context, are specifically defined as having a status code of `kUnavailable`."],["The retry policy can be disabled by creating an instance with `maximum_failures` set to 0."],["The document lists various constructors, functions, and a type alias related to the `EnvironmentsLimitedErrorCountRetryPolicy`, including how to check for exhaustion and permanent failure."]]],[]]