[[["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."],[[["The `WebRiskServiceLimitedErrorCountRetryPolicy` class provides a retry mechanism for `WebRiskServiceConnection` that stops retrying upon encountering a non-transient error or exceeding a set number of transient failures."],["Transient errors are defined as those with the `kUnavailable` status code."],["The class can be configured to disable retries by setting `maximum_failures` to 0 during construction."],["The policy has a number of methods to check it's status such as `maximum_failures()`, `IsExhausted()`, and `IsPermanentFailure()`, while also including a `OnFailure()` method to handle the failure."],["The class also includes a virtual clone function, to make a new instance of the policy."]]],[]]