[[["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-07-09 UTC."],[[["This document describes the `ModelServiceLimitedErrorCountRetryPolicy`, a retry policy designed for `ModelServiceConnection` that limits retries based on the number of transient errors encountered."],["The policy stops retrying if a non-transient error occurs or if the number of transient failures exceeds a predefined `maximum_failures` limit, which can be set to 0 to disable the retry mechanism."],["The only status code treated as a transient error is `kUnavailable`, and all other errors are considered non-transient, resulting in immediate retry failure."],["The class features constructors to initiate with a maximum amount of failures and copy constructors for similar objects, along with several functions to check the state of failure, exhaustion, or if it is a permanent failure."],["The class also has a function that can clone a new instance of the policy, reset to the initial state."]]],[]]