[[["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-04-17 UTC."],[[["This webpage details the `ImageAnnotatorLimitedErrorCountRetryPolicy`, a retry policy for `ImageAnnotatorConnection` that limits retries based on the number of transient errors encountered."],["The policy ceases retrying upon encountering a non-transient error or exceeding the maximum allowed number of transient failures, with `kUnavailable` status codes being the only ones considered transient in this context."],["Users can construct the policy by setting a desired limit of tolerated transient failures, and by setting `maximum_failures` to 0 the retry loop is disabled."],["The class supports several functions, such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`, offering control over retry behavior and state."],["The webpage contains links to the documentation for the `ImageAnnotatorLimitedErrorCountRetryPolicy` class for versions 2.11.0 up to 2.37.0-rc, and it is currently in version 2.15.1."]]],[]]