[[["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-05 UTC."],[[["This webpage details the `AutoMlLimitedErrorCountRetryPolicy`, which is a retry mechanism for `AutoMlConnection` that limits retries based on the number of errors encountered."],["The policy stops retrying if a non-transient error occurs or if the number of transient failures exceeds a predefined limit, with `kUnavailable` being the only status code considered a transient error."],["The class allows creating instances that tolerate up to a specified `maximum_failures` of transient errors, and the retry loop can be disabled by setting `maximum_failures` to 0."],["The `AutoMlLimitedErrorCountRetryPolicy` offers functions to check the maximum failure count, handle failures, check if retries are exhausted, determine if a failure is permanent, and clone the policy instance."],["This page documents the different versions of the `AutoMlLimitedErrorCountRetryPolicy` class, ranging from the latest `2.37.0-rc` down to `2.11.0`."]]],[]]