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