[[["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-21 UTC."],[[["This webpage details the `VersionsLimitedErrorCountRetryPolicy` class, which is designed to manage retries for `VersionsConnection` based on the number of encountered errors."],["The policy halts retries when a non-transient error occurs or when the number of transient failures surpasses a predetermined limit."],["Transient errors are identified by the `kUnavailable` status code."],["The class contains functions like `maximum_failures()`, `OnFailure(Status const &)`, `IsExhausted()`, `IsPermanentFailure(Status const &)`, and `clone()`, that manage the logic behind the retry policy, and the class also provides constructors to initialize it."],["The webpage also lists all previous version numbers that provide access to the `VersionsLimitedErrorCountRetryPolicy`."]]],[]]