[[["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-21 UTC."],[[["This webpage details the `NodeGroupControllerLimitedErrorCountRetryPolicy`, a retry policy designed for `NodeGroupControllerConnection` in the context of Google Cloud Dataproc's C++ library."],["The policy stops retrying operations if a non-transient error occurs or if the number of transient failures exceeds a defined maximum, with `kUnavailable` being the status code treated as transient."],["The `NodeGroupControllerLimitedErrorCountRetryPolicy` can be configured with a constructor that takes an integer representing the maximum allowed transient failures, or by the copy and move constructors."],["Key functions of this class include determining if the policy is exhausted (`IsExhausted`), checking for permanent failures (`IsPermanentFailure`), handling failures (`OnFailure`), and cloning the policy instance (`clone`)."],["This page documents the different versions of the `NodeGroupControllerLimitedErrorCountRetryPolicy` class, where version 2.37.0-rc is the latest and 2.11.0 is the oldest."]]],[]]