[[["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 page details the `NodeGroupControllerLimitedErrorCountRetryPolicy`, which is used for retrying operations within the `NodeGroupControllerConnection` class."],["The retry policy is based on counting errors, and it halts retries when a non-transient error occurs or the number of transient failures exceeds a set limit."],["Transient errors are specifically defined as having a status code of `kUnavailable`."],["The policy allows configuring the maximum number of tolerated transient errors during initialization, and can be disabled if the maximum is set to zero."],["The class provides functions to check if the policy is exhausted, if there is a permanent failure, and functions to retrieve the maximum number of failures, in addition to being able to clone the policy."]]],[]]