[[["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 document outlines the `ModelServiceLimitedErrorCountRetryPolicy`, a retry mechanism for `ModelServiceConnection` that limits retries based on the number of transient errors encountered."],["The policy halts retries upon encountering a non-transient error or exceeding a predefined threshold of transient failures."],["Transient errors are specifically defined as those with the `kUnavailable` status code."],["The `ModelServiceLimitedErrorCountRetryPolicy` constructor accepts an integer `maximum_failures` parameter, allowing for the specification of the number of transient failures allowed before the retry policy stops, it can also be disabled by setting this value to `0`."],["The document provides details of all the constructors, functions and the Type Alias, included in the `ModelServiceLimitedErrorCountRetryPolicy`, including `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()` as well as the `BaseType` alias."]]],[]]