[[["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` class, which manages retries for `FirewallConnection` in the context of Google Cloud's App Engine."],["The retry policy halts when a non-transient error occurs or when the number of transient failures exceeds a predefined limit."],["Only `kUnavailable` status codes are considered transient errors under this specific policy."],["The class includes constructors for creating instances with a defined `maximum_failures` parameter, as well as copy and move constructors, that define how many failures to tolerate before giving up."],["It also provides functions like `OnFailure`, `IsExhausted`, and `IsPermanentFailure` to handle and determine the retry logic, and a `clone()` function to create fresh instances."]]],[]]