[[["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-14 UTC."],[[["This webpage provides documentation for the `RecaptchaEnterpriseServiceLimitedErrorCountRetryPolicy` class, used to manage retries for the `RecaptchaEnterpriseServiceConnection` in the C++ library."],["The `RecaptchaEnterpriseServiceLimitedErrorCountRetryPolicy` stops retrying if a non-transient error is encountered or if the number of transient failures exceeds a set threshold, with `kUnavailable` being the only transient error type."],["You can configure the retry policy with a specified `maximum_failures` value, or disabling retries entirely by setting `maximum_failures` to 0."],["The class offers various constructors, including one that accepts an integer to set `maximum_failures` and move/copy constructors, along with functions like `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`, and an alias named `BaseType`."],["The page also provides links to documentation for past versions of the library, ranging from version 2.12.0 up to the current release candidate 2.37.0-rc."]]],[]]