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