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