[[["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` in Google Cloud C++ App Engine."],["The policy halts retries when encountering a non-transient error or when the number of transient failures surpasses a predetermined limit."],["Transient errors are identified by the `kUnavailable` status code."],["The class allows setting a `maximum_failures` parameter during construction, where a value of 0 disables the retry loop."],["It provides functions like `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()` to control and check the policy."]]],[]]