[[["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-04-17 UTC."],[[["This document provides information on the `WebRiskServiceLimitedErrorCountRetryPolicy`, which is a retry policy designed for `WebRiskServiceConnection` in the context of web risk management."],["The retry policy halts operation upon encountering a non-transient error or exceeding a predefined limit of transient failures, with `kUnavailable` status code being the only one treated as a transient error in this context."],["The policy can be customized by setting the `maximum_failures` parameter during its construction, allowing up to that many transient errors, or it can have the retry loop completely disabled by setting `maximum_failures` to zero."],["The document lists various constructors, functions, and type aliases related to `WebRiskServiceLimitedErrorCountRetryPolicy`, including functions like `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`, as well as a reference to `BaseType` as an alias for `WebRiskServiceRetryPolicy`."],["The document also references different versions of the library, from the latest release candidate `2.37.0-rc`, down to `2.11.0`, all related to the same `WebRiskServiceLimitedErrorCountRetryPolicy` class."]]],[]]