[[["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 for `NodeGroupControllerConnection` that limits retries based on the number of transient errors encountered."],["The policy treats the `kUnavailable` status code as a transient error and will stop retrying if a non-transient error is received, or if the number of transient failures exceeds a set threshold."],["You can customize the maximum number of transient errors tolerated through the `NodeGroupControllerLimitedErrorCountRetryPolicy(int)` constructor."],["The current document corresponds to version `2.27.0`, but you can access the documentation for the latest version `2.37.0-rc`, along with many versions between them."],["You can disable the retry loop completely by providing an instance with `maximum_failures` set to 0."]]],[]]