[[["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."],[[["This webpage details the `RecaptchaEnterpriseServiceLimitedErrorCountRetryPolicy`, which is a retry policy designed for `RecaptchaEnterpriseServiceConnection` that limits retries based on the number of errors encountered."],["The policy will stop retrying if a non-transient error occurs or if the number of transient errors, such as `kUnavailable`, exceeds a specified threshold."],["You can construct an instance of this retry policy by providing an integer that defines the maximum number of transient failures it will tolerate, and setting it to 0 will disable retries."],["The page offers several functions, such as `OnFailure`, `IsExhausted`, and `IsPermanentFailure`, that provide control and monitoring over the retry process, allowing you to determine whether a status is permanent, if it's exhausted, or if it has failed, in addition to being able to clone the policy."],["This documentation includes references to multiple historical versions of this class, from version `2.12.0` all the way up to the latest `2.37.0-rc`, with a current view of `2.24.0`."]]],[]]