[[["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 webpage details the `VersionsLimitedErrorCountRetryPolicy` class, which is a retry policy designed for `VersionsConnection` in the App Engine."],["The policy halts retries if a non-transient error occurs or if the number of transient failures exceeds a set limit, only considering `kUnavailable` as a transient error status code."],["The class allows setting the maximum number of transient errors allowed via the constructor `VersionsLimitedErrorCountRetryPolicy(int)`, and a maximum_failures value of 0 will disable retries."],["It provides methods such as `OnFailure`, `IsExhausted`, and `IsPermanentFailure` to manage the retry process, as well as a `clone()` method for creating new instances."],["It lists a breakdown of different version numbers, from `2.11.0` to the current release candidate `2.37.0-rc` with corresponding reference links for each."]]],[]]