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