[[["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 `FirewallLimitedErrorCountRetryPolicy`, a retry mechanism for `FirewallConnection` in the Google Cloud App Engine C++ library, with the latest version being `2.37.0-rc`."],["The retry policy halts if a non-transient error occurs or if the number of transient errors exceeds a defined limit, with `kUnavailable` being considered a transient error."],["The `FirewallLimitedErrorCountRetryPolicy` class constructor takes an integer `maximum_failures` to define the allowed transient errors and supports disabling the retry loop by setting `maximum_failures` to zero."],["The class provides functions like `maximum_failures()`, `OnFailure(Status const &)`, `IsExhausted()`, `IsPermanentFailure(Status const &)`, and `clone()` to manage and check the retry policy state."],["The document lists the historical version releases for this error policy class ranging from 2.11.0 to 2.37.0-rc."]]],[]]