[[["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 `InstancesLimitedErrorCountRetryPolicy`, a retry mechanism for `InstancesConnection` in Google Cloud's C++ App Engine library."],["The policy halts retries upon encountering a non-transient error or surpassing a defined number of transient failures, with `kUnavailable` being the only specified transient error status."],["The class offers constructors that set a `maximum_failures` parameter, where setting it to 0 disables retries."],["The page lists available versions of the policy, ranging from the latest `2.37.0-rc` down to `2.11.0`, with version `2.19.0` as the base version in this document."],["Key functions include `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()` which are used to manipulate the retry logic of the policy."]]],[]]