[[["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 document outlines the `InstancesLimitedErrorCountRetryPolicy`, a retry mechanism for `InstancesConnection` in the Google Cloud App Engine C++ library."],["The policy halts retries upon encountering a non-transient error or exceeding a predefined count of transient failures, where `kUnavailable` is considered a transient error."],["The policy is configurable via the constructor to define the number of `maximum_failures` that are tolerated before retries stop, which can also be set to zero to disable the retry loop altogether."],["The class allows users to check if it is exhausted, if a failure is permanent, or to get the maximum failure count, and also provides functions to handle failure and to create copies."],["The document provides a complete list of all versions of `InstancesLimitedErrorCountRetryPolicy`, with the latest being `2.37.0-rc`, and the current version, which this page refers to, is `2.28.0`."]]],[]]