[[["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-17 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."]]],[]]