[[["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 is a retry policy designed for `RecaptchaEnterpriseServiceConnection` based on the number of errors encountered."],["The retry policy stops if a non-transient error occurs or if the number of transient failures exceeds a predefined limit, and it considers `kUnavailable` as a transient error."],["The policy can be configured to disable retries by setting `maximum_failures` to 0 when creating an instance, and you can set how many transient failures the instance will tolerate."],["The class provides several functions, including `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`, to manage and check the retry policy's behavior."],["The page also lists the different available versions of this class, from the latest release candidate 2.37.0-rc to the 2.12.0 version."]]],[]]