[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-09 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."]]],[]]