[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-14 UTC."],[[["This webpage details the `RecaptchaEnterpriseServiceLimitedErrorCountRetryPolicy`, which manages retries for `RecaptchaEnterpriseServiceConnection` based on error counts."],["The policy halts retries when non-transient errors occur or when the number of transient failures exceeds a set limit."],["Transient errors in this policy are defined as those with the `kUnavailable` status code."],["The retry policy can be customized by setting the `maximum_failures` parameter in the constructor, which determines how many transient failures are tolerated, and it can be disabled entirely by setting the `maximum_failures` to `0`."],["The page lists versions of this policy, with `2.37.0-rc` being the latest, and it explains the policy's constructors, functions such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, `clone()`, and the `BaseType` alias."]]],[]]