[[["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-05 UTC."],[[["This webpage details the `NodeGroupControllerLimitedErrorCountRetryPolicy`, a retry policy designed for `NodeGroupControllerConnection` that limits the number of transient errors."],["The policy halts retries upon encountering a non-transient error or exceeding a predefined count of transient failures, with `kUnavailable` being the only error status treated as transient."],["The class has a constructor `NodeGroupControllerLimitedErrorCountRetryPolicy(int)` allowing for configuration of `maximum_failures` and a retry loop can be disabled by providing a `maximum_failures` value of `0`."],["Key functions include `maximum_failures()`, `OnFailure(Status const &)`, `IsExhausted()`, `IsPermanentFailure(Status const &)`, and `clone()`, which provide information about error count, manage failures, check exhaustion, identify permanent failures, and create a reset clone of the policy respectively."],["The page provides an extensive list of older versions, all the way down to `2.11.0`, including the latest release candidate `2.37.0-rc`."]]],[]]