[[["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."],[[["This webpage details the `WebSecurityScannerLimitedErrorCountRetryPolicy` class, which is a retry policy designed for `WebSecurityScannerConnection`."],["The policy stops retrying after encountering a non-transient error or exceeding a predefined number of transient failures, with `kUnavailable` status codes being considered transient."],["You can configure the maximum number of transient errors tolerated by setting the `maximum_failures` parameter in the constructor; it can also disable retrying by setting this value to 0."],["The page also shows information for multiple versions of this policy, the latest being `2.37.0-rc`, as well as `WebSecurityScannerLimitedErrorCountRetryPolicy` constructor, and several functions."],["The functions mentioned include `maximum_failures() const`, `virtual OnFailure(Status const &)`, `virtual IsExhausted() const`, `virtual IsPermanentFailure(Status const &) const` and `virtual clone() const`, alongside a `BaseType` alias."]]],[]]