[[["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 designed to manage retries for `VersionsConnection` in Google Cloud's C++ App Engine library."],["The retry policy stops if it encounters a non-transient error or exceeds a predefined number of transient failures, with `kUnavailable` status codes being considered transient."],["Users can customize the policy's behavior by setting the `maximum_failures` parameter in the constructor to control the number of transient errors tolerated, or even disable retries entirely by setting it to 0."],["The class provides several functions, including `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`, to manage and interact with the retry logic."],["The page also lists the available versions for this class, ranging from the latest release candidate `2.37.0-rc` down to `2.11.0`, providing access to the documentation for each version."]]],[]]