[[["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-07-09 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."]]],[]]