[[["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 document outlines 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 specified number of transient failures, with `kUnavailable` being the only status code considered as transient in this class."],["The constructor `FirewallLimitedErrorCountRetryPolicy(int)` allows configuration of the maximum number of tolerated transient errors, setting this to 0 disables the retry loop."],["Key functions within this class include `OnFailure`, `IsExhausted`, and `IsPermanentFailure`, which determine retry behavior based on error status and retry count, alongside `maximum_failures()` which returns the value set on construction."],["The class also provides the function `clone()` which creates a new instance of the policy that is reset to its initial state."]]],[]]