[[["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-04-09 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`)."]]],[]]