[[["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-21 UTC."],[[["The page details the `WebSecurityScannerLimitedErrorCountRetryPolicy`, which is used to manage retries for `WebSecurityScannerConnection` based on the number of errors encountered."],["This retry policy will cease operations when a non-transient error occurs or if the number of transient errors exceeds a predefined limit."],["Transient errors are specifically identified as those with the `kUnavailable` status code."],["The policy's constructor, `WebSecurityScannerLimitedErrorCountRetryPolicy(int)`, allows configuration of the maximum number of transient failures allowed before stopping retries, and setting `maximum_failures` to `0` will disable it."],["The policy class includes methods to determine the maximum number of failures, if the policy is exhausted, if a failure is permanent, to handle failures and to create a new instance of the policy."]]],[]]