[[["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 a limited count of errors."],["The retry policy halts if a non-transient error occurs or if the number of transient failures exceeds a defined threshold, with `kUnavailable` being treated as transient."],["The class provides constructors to set the maximum number of tolerated transient errors and move/copy constructor functionality."],["It includes functions to manage the retry logic, such as `OnFailure`, `IsExhausted`, and `IsPermanentFailure`, determining whether to retry or not."],["The `clone()` function allows creating a new policy instance, reset to the initial state."]]],[]]