[[["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 document outlines the `NodeGroupControllerLimitedErrorCountRetryPolicy`, a retry policy designed for `NodeGroupControllerConnection` that limits the number of transient errors before stopping retries."],["The policy treats the `kUnavailable` status code as a transient error, and it will stop retrying if a non-transient error is encountered or if the number of transient failures exceeds the `maximum_failures` threshold."],["You can initialize a `NodeGroupControllerLimitedErrorCountRetryPolicy` object, specifying the `maximum_failures` using the `NodeGroupControllerLimitedErrorCountRetryPolicy(int)` constructor, and by providing a `maximum_failures` of 0, you disable the retry loop."],["The `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()` functions allow you to check the maximum number of transient errors allowed, whether a retry failed, if the policy is exhausted, whether a failure is permanent, and create a new instance of the policy, respectively."],["There are multiple available versions for this class, which can be selected and viewed from version 2.11.0 to 2.37.0-rc."]]],[]]