[[["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 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."]]],[]]