[[["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 webpage details the `NodeGroupControllerLimitedErrorCountRetryPolicy`, a retry policy designed for `NodeGroupControllerConnection` in the Dataproc C++ library."],["The policy halts retries upon encountering a non-transient error or exceeding a predefined number of transient failures, and treats `kUnavailable` status codes as transient errors."],["The policy allows the user to define the maximum number of transient errors by using the constructor to define `maximum_failures`, and also allow the user to disable the retry loop by providing `maximum_failures` as 0."],["The documentation presents functions such as `maximum_failures()`, `OnFailure(Status const &)`, `IsExhausted()`, `IsPermanentFailure(Status const &)`, and `clone()`, along with constructors for managing and understanding the retry behavior."],["The available versions for this policy are listed, ranging from 2.11.0 up to the latest release candidate 2.37.0-rc."]]],[]]