[[["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 page documents the `VersionsLimitedErrorCountRetryPolicy` class, which is a retry policy for `VersionsConnection` that manages retries based on the number of errors encountered."],["The retry policy will stop if a non-transient error is encountered or if the number of transient failures exceeds a predefined threshold, where `kUnavailable` is considered a transient error."],["The `VersionsLimitedErrorCountRetryPolicy` class provides constructors to create an instance with a specified maximum number of transient errors allowed, and copy constructors, enabling a user to disable the retry loop by setting `maximum_failures` to zero."],["The class includes functions like `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()` for managing the retry behavior and determining the state of the policy."],["This page also lists the different available versions for the retry policy class, with `2.37.0-rc` being the latest release, and various releases all the way down to `2.11.0` being available."]]],[]]