[[["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 page documents the `ModelServiceLimitedErrorCountRetryPolicy`, a retry policy designed for `ModelServiceConnection` that stops retrying if a non-transient error occurs or if more than a specified number of transient failures is detected."],["The policy treats `kUnavailable` status codes as transient errors, and it allows configuration for the maximum number of transient failures it should tolerate before stopping retries."],["The `ModelServiceLimitedErrorCountRetryPolicy` can be disabled by setting `maximum_failures` to 0 during instantiation."],["This class includes functions such as `maximum_failures()`, `OnFailure(Status const &)`, `IsExhausted()`, `IsPermanentFailure(Status const &)` and `clone()` that are used for policy logic, failure detection, and policy duplication."],["The page also lists the different documentation versions that are available for this class, ranging from 2.27.0 to 2.37.0-rc (latest)."]]],[]]