[[["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 limits the number of transient errors before stopping retries."],["The policy treats the `kUnavailable` status code as a transient error, and stops retrying if a non-transient error is returned by an RPC, or if the number of transient errors exceeds the maximum allowed."],["The class offers constructors to set the maximum allowed failures, and the `maximum_failures()` function allows you to know how many transient errors it can tolerate."],["The `OnFailure()` function determines whether to continue retrying based on the status, while `IsExhausted()` and `IsPermanentFailure()` indicate if the retry attempts are exhausted or if the encountered error is non-transient."],["The `clone()` method generates a fresh instance of the policy, resetting it to the initial state."]]],[]]