[[["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 `WebSecurityScannerLimitedErrorCountRetryPolicy`, a retry policy class for `WebSecurityScannerConnection` that manages transient errors."],["The policy halts retries upon encountering a non-transient error or exceeding a specified number of transient failures, with `kUnavailable` being the only status code considered as transient in this class."],["The policy can be constructed with a limit on the number of transient errors (`maximum_failures`), which, if set to 0, disables retries."],["Key methods include `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`, which respectively return the maximum allowed transient errors, detect failure, check if limit is reached, whether the status is a permanent failure and clone the current policy."],["The page provides the documentation for a large number of versions of this policy class, from 2.11.0 to 2.37.0-rc, with the currently viewed version being 2.24.0."]]],[]]