[[["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 outlines the `NodeGroupControllerLimitedErrorCountRetryPolicy`, a retry policy designed for `NodeGroupControllerConnection` that limits the number of transient errors before stopping retries."],["The policy considers the `kUnavailable` status code as a transient error, and any other code is considered a non-transient one, stopping the retry loop."],["Users can customize the policy's behavior by setting the `maximum_failures` parameter, allowing them to define the tolerance for transient errors, with a `maximum_failures` of 0 completely disabling the retry mechanism."],["The document provides a list of available versions, ranging from the latest release candidate `2.37.0-rc` down to `2.11.0`, with links to their respective class documentation."],["The class offers functions such as `OnFailure`, `IsExhausted`, `IsPermanentFailure`, `clone`, and `maximum_failures`, for managing and determining retry behavior and a BaseType alias to `NodeGroupControllerRetryPolicy`."]]],[]]