[[["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 document provides a comprehensive overview of the `WebRiskServiceLimitedErrorCountRetryPolicy` class, used to manage retries for the `WebRiskServiceConnection` in Google Cloud's Web Risk service."],["The retry policy is based on counting errors, stopping retries when a non-transient error occurs or a predefined maximum number of transient failures is reached."],["The `kUnavailable` status code is specifically identified as a transient error within this policy, and the class provides constructors to define the maximum amount of transient failures to tolerate."],["The class offers methods to check if the error is permanent, if it is exausted, and to retrieve the maximum number of failures allowed."],["There is also a method to clone the policy into a new instance, along with a base type alias for `WebRiskServiceRetryPolicy`."]]],[]]