[[["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 page details the `WebRiskServiceLimitedErrorCountRetryPolicy`, a retry policy for `WebRiskServiceConnection` that limits retries based on the number of transient errors encountered."],["This retry policy halts execution when a non-transient error occurs or if the number of transient failures exceeds a predefined limit, with `kUnavailable` being the only status code considered transient."],["You can create an instance of this policy, defining the maximum number of transient failures it will tolerate, and it is possible to disable the retry loop entirely by setting `maximum_failures` to 0."],["The policy includes methods to determine if the retry limit has been exhausted (`IsExhausted`), check if a given error is a permanent failure (`IsPermanentFailure`), and if a given error is a failure at all (`OnFailure`)."],["The latest version of the documentation available on this page is `2.37.0-rc`, with many other versions listed down to version `2.11.0` along with its specific documentation."]]],[]]