[[["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-26 UTC."],[[["This document outlines the `NodeGroupControllerLimitedErrorCountRetryPolicy`, a retry policy designed for `NodeGroupControllerConnection` that limits the number of transient errors before stopping retries."],["The policy stops retrying if a non-transient error occurs or if the number of transient failures exceeds a predefined limit."],["The `kUnavailable` status code is specifically classified as a transient error within this policy."],["You can adjust the maximum number of allowed transient errors upon instantiation, including setting it to 0 to effectively disable retries."],["The policy includes functions to check if retries are exhausted (`IsExhausted`), if a failure is permanent (`IsPermanentFailure`), and to obtain a clone of itself reset to the initial state (`clone`)."]]],[]]