[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-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."]]],[]]