[[["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 document provides a list of versioned documentation for `VersionsLimitedErrorCountRetryPolicy`, with the latest version being `2.37.0-rc`."],["`VersionsLimitedErrorCountRetryPolicy` is a retry policy that limits the number of transient errors, stopping if a non-transient error occurs or if too many transient failures are detected."],["The class constructor allows you to define the maximum number of transient failures to tolerate, with an option to disable retries by setting `maximum_failures` to 0."],["This class treats `kUnavailable` status codes as transient errors."],["Key functions include `maximum_failures()`, `OnFailure(Status const &)`, `IsExhausted()`, `IsPermanentFailure(Status const &)`, and `clone()` to manage retry behavior and policy state."]]],[]]