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