[[["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++ 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`."]]],[]]