[[["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-08-07 UTC."],[[["This webpage details the `NodeGroupControllerLimitedErrorCountRetryPolicy`, a retry policy for `NodeGroupControllerConnection` that limits retries based on the number of transient errors encountered."],["The policy ceases retrying upon encountering a non-transient error or when the number of transient failures exceeds a predefined limit, with `kUnavailable` status codes being the only status treated as a transient failure."],["The class can be configured to set the maximum allowable number of transient failures via a constructor, with setting `maximum_failures` to 0 disabling retry functionality."],["The page provides an exhaustive list of previous version numbers for this class, with the latest being 2.37.0-rc."],["The policy class includes functions such as `maximum_failures()`, `OnFailure(Status const &)`, `IsExhausted()`, `IsPermanentFailure(Status const &)`, and `clone()` that allows for granular control over the retry mechanism."]]],[]]