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