[[["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, where the status code `kUnavailable` is considered as a transient error."],["The class constructor `AzureClustersLimitedErrorCountRetryPolicy` takes an integer `maximum_failures` parameter to specify the maximum number of transient errors allowed."],["Key functions include `maximum_failures()`, `OnFailure(Status const &)`, `IsExhausted()`, `IsPermanentFailure(Status const &)` and `clone()`, which allow to specify behaviour, check status, and reset the policy, respectively."],["The webpage shows the evolution of this policy with a list of prior version, from the latest `2.37.0-rc` down to `2.11.0`."]]],[]]