[[["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 webpage details the `WebRiskServiceLimitedErrorCountRetryPolicy`, a retry policy designed for `WebRiskServiceConnection` that limits the number of transient errors before stopping retries."],["The policy stops retrying upon encountering a non-transient error or when the number of transient failures exceeds a predefined limit, with `kUnavailable` being considered a transient error."],["Users can configure the maximum number of transient errors allowed during retries via the `WebRiskServiceLimitedErrorCountRetryPolicy(int)` constructor, and retries can be disabled if an instance of the policy is provided with `maximum_failures` == 0."],["The class includes functions such as `OnFailure`, `IsExhausted`, and `IsPermanentFailure` to manage the retry behavior, as well as `clone()` to create a new instance of the policy with the initial state."],["The page also presents the available versioning in the WebRiskService, ranging from 2.37.0-rc to 2.11.0, for the `WebRiskServiceLimitedErrorCountRetryPolicy` class."]]],[]]