[[["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 provides information on the `FirewallLimitedErrorCountRetryPolicy` class, which is designed for managing retries in `FirewallConnection` operations within the Google Cloud App Engine C++ library."],["The `FirewallLimitedErrorCountRetryPolicy` class will stop retrying after encountering a non-transient error, or after exceeding a predefined number of transient failures, where the only status code that is considered a transient error is `kUnavailable`."],["The class's constructor takes an integer `maximum_failures` parameter, allowing users to specify the number of transient errors to tolerate before halting retries, with a `maximum_failures` value of 0 effectively disabling the retry loop."],["The document covers various constructors, functions, and type aliases related to the retry policy class, including methods like `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`."],["The document also has links to previous versions of the `FirewallLimitedErrorCountRetryPolicy` class, ranging from `2.37.0-rc` to `2.11.0`."]]],[]]