[[["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."],[[["The `FirewallLimitedErrorCountRetryPolicy` class provides a mechanism to retry operations for `FirewallConnection` based on the number of errors encountered."],["This retry policy terminates if a non-transient error occurs or if the number of transient failures exceeds a predefined limit, considering only `kUnavailable` status codes as transient."],["You can configure the maximum number of transient failures the policy will tolerate during construction, and disabling retry entirely is possible by setting this limit to 0."],["The class offers methods like `OnFailure`, `IsExhausted`, and `IsPermanentFailure` to manage and check the retry state, along with a `clone()` function to reset the policy."],["The latest version of this class is `2.37.0-rc`, with many previous versions available, each with its own specific version numbered documentation."]]],[]]