[[["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-08-14 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."]]],[]]