[[["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 `AzureClustersLimitedErrorCountRetryPolicy`, a retry mechanism designed for `AzureClustersConnection` in the Google Cloud C++ client library for GKE Multi-Cloud."],["The policy stops retrying if a non-transient error occurs or if the number of transient failures exceeds a predefined limit, treating the status code `kUnavailable` as a transient error."],["The class constructor `AzureClustersLimitedErrorCountRetryPolicy(int)` sets the maximum number of transient errors allowed, and can disable retries when set to 0, and also supports copy and move constructors."],["Key functions include `maximum_failures()`, `OnFailure(Status const &)`, `IsExhausted()`, `IsPermanentFailure(Status const &)`, and `clone()` which reset to the initial state."],["The page provides versioned documentation for the class, ranging from version 2.11.0 to 2.37.0-rc, with a focus on the details regarding version 2.26.0."]]],[]]