[[["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-14 UTC."],[[["This webpage details the `AzureClustersLimitedErrorCountRetryPolicy`, a retry mechanism designed for `AzureClustersConnection` in the Google Cloud C++ library."],["The policy halts retries upon encountering a non-transient error or surpassing a set number of transient failures, with `kUnavailable` being the only status code that's considered a transient error."],["Constructors for this policy allow you to define the maximum number of transient errors to tolerate or to completely disable the retry loop by setting the `maximum_failures` to 0."],["The class offers several functions, including `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`, each serving a specific role in managing and assessing the retry process and its state."],["There are multiple versions of this class, and the newest is version `2.37.0-rc` (release candidate), with older versions dating back to `2.11.0`."]]],[]]