[[["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-09 UTC."],[[["This webpage details the `FirewallLimitedErrorCountRetryPolicy` class, which manages retries for `FirewallConnection` based on error counts."],["The policy halts retries upon encountering a non-transient error or exceeding a set number of transient failures, with `kUnavailable` being the only status code considered as transient in this class."],["The policy constructor, `FirewallLimitedErrorCountRetryPolicy(int)`, takes an integer representing the `maximum_failures` to tolerate, with a value of 0 disabling retries."],["The class includes functions such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()` for managing retry behavior and querying the policy state."],["The webpage provides links for different versions of the documentation, ranging from version `2.11.0` to the latest `2.37.0-rc`."]]],[]]