[[["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 document provides information on the `WebSecurityScannerLimitedErrorCountRetryPolicy` class, which is part of the Google Cloud C++ Web Security Scanner library, with the latest version being `2.37.0-rc`."],["The `WebSecurityScannerLimitedErrorCountRetryPolicy` class is a retry policy that limits retries based on the number of transient errors encountered when interacting with the `WebSecurityScannerConnection`."],["The policy will cease retrying if a non-transient error occurs or if the number of transient failures exceeds a defined limit, with the `kUnavailable` status code being the only status code treated as a transient error."],["This class offers methods to configure the maximum number of failures allowed, check if the retry policy is exhausted, determine if a given status represents a permanent failure, and create a new instance of the policy."],["The `WebSecurityScannerLimitedErrorCountRetryPolicy` includes constructors that define the maximum number of transient failures as an integer, allowing for the disabling of retry loops by setting maximum failures to `0`."]]],[]]