[[["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 page details the `WebSecurityScannerLimitedErrorCountRetryPolicy`, which is used for managing retries for `WebSecurityScannerConnection`."],["The retry policy will stop if a non-transient error is detected or if the number of transient failures exceeds a predefined limit."],["Transient errors are defined as those that have the `kUnavailable` status code."],["The `WebSecurityScannerLimitedErrorCountRetryPolicy` constructor allows for setting the `maximum_failures`, with a value of 0 disabling the retry loop."],["The policy includes functions such as `OnFailure`, `IsExhausted`, and `IsPermanentFailure` to determine the state of the retries and if a retry is valid, with a `clone` function to reset the policy back to the initial state."]]],[]]