[[["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-14 UTC."],[[["This webpage provides documentation for the `WebRiskServiceLimitedErrorCountRetryPolicy` class, which is part of the Google Cloud Web Risk C++ client library, specifically version 2.23.0."],["The `WebRiskServiceLimitedErrorCountRetryPolicy` class defines a retry strategy for `WebRiskServiceConnection`, limiting retries based on the number of transient errors encountered during communication, including `kUnavailable` status codes."],["The retry policy stops if a non-transient error occurs or if the number of transient failures exceeds a set limit, which is set with the `maximum_failures` parameter during construction, and can disable retries if `maximum_failures` is set to 0."],["The webpage includes a list of available versions for this class and documentation, ranging from the latest release candidate 2.37.0-rc down to 2.11.0, and it includes methods for managing transient errors, such as `IsExhausted()` and `IsPermanentFailure()`."],["It lists the methods `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`, which are available to manage and manipulate the retry policies, and they are detailed further in the documentation."]]],[]]