[[["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 webpage details the `FirewallLimitedErrorCountRetryPolicy` class, which manages retries for `FirewallConnection` based on a limited number of transient errors."],["The policy stops retrying if a non-transient error is encountered or if the number of transient failures exceeds the defined `maximum_failures`."],["Transient errors in this context are defined as those returning the `kUnavailable` status code."],["The class provides constructors to create an instance with a specified `maximum_failures` limit, and the ability to copy it using copy and move constructors."],["The policy defines functions to determine if a failure is permanent, if the policy is exhausted, and a function to clone a policy, returning it to its initial state."]]],[]]