[[["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 page details 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 policy halts retries when a non-transient error occurs or if the count of transient failures exceeds a predefined limit."],["Transient errors, as defined within this policy, are specifically identified by the `kUnavailable` status code."],["The `FirewallLimitedErrorCountRetryPolicy` can be constructed with a specified maximum number of transient failures, with the option to disable retries by setting `maximum_failures` to 0."],["The policy has several functions like `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()` to support different scenarios and also has a type alias called `BaseType`."]]],[]]