[[["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`, a retry policy class for `WebSecurityScannerConnection` that manages transient errors."],["The policy halts retries upon encountering a non-transient error or exceeding a predefined number of transient failures, where `kUnavailable` is considered a transient error."],["The class allows setting a maximum number of transient errors through the `WebSecurityScannerLimitedErrorCountRetryPolicy(int)` constructor, with a value of 0 disabling retries."],["The webpage lists a variety of version available for the class, the latest being `2.37.0-rc`, as well as including information on how to copy and move instances of this policy."],["Key functions of the policy include `maximum_failures()`, `OnFailure(Status const &)`, `IsExhausted()`, `IsPermanentFailure(Status const &)`, and `clone()` to define the retry limits, manage failure outcomes, check state and create a duplicate instance."]]],[]]