[[["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 provides documentation for the `WebSecurityScannerLimitedErrorCountRetryPolicy` class, which is part of the Google Cloud C++ Web Security Scanner library, with the current version being 2.23.0."],["The `WebSecurityScannerLimitedErrorCountRetryPolicy` is a retry mechanism for `WebSecurityScannerConnection` that halts retries upon encountering a non-transient error or exceeding a predefined number of transient errors, considering `kUnavailable` status codes as transient errors."],["The policy can be customized with a constructor that sets the maximum number of transient failures allowed, enabling disabling the retry loop entirely by providing a `maximum_failures` of 0."],["The class has several functions for custom behavior, including `maximum_failures()`, `OnFailure(Status const &)`, `IsExhausted()`, `IsPermanentFailure(Status const &)`, and `clone()` for creating a copy of the policy."],["The documentation lists several versions of the package, including the latest release candidate, as well as versions all the way back to 2.11.0."]]],[]]