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