[[["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 webpage 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 if a non-transient error occurs or if the number of transient failures exceeds a predefined limit."],["The class considers the `kUnavailable` status code as a transient error that could allow a retry."],["The policy's constructor takes an integer, `maximum_failures`, which determines the maximum number of transient errors allowed before stopping retries; setting it to 0 disables retries."],["The webpage provides documentation for several functions of the `FirewallLimitedErrorCountRetryPolicy`, such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`, as well as their respective inputs and outputs."]]],[]]