[[["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-21 UTC."],[[["The latest version available is 2.37.0-rc, with numerous older versions of the ModelServiceLimitedErrorCountRetryPolicy also accessible."],["This policy is for `ModelServiceConnection` and it manages retries based on the number of errors encountered, stopping when a non-transient error occurs or a set limit of transient failures is surpassed."],["The retry mechanism treats `kUnavailable` status codes as transient errors, which allows retrying the operation."],["The `ModelServiceLimitedErrorCountRetryPolicy` class contains methods such as `OnFailure`, `IsExhausted`, `IsPermanentFailure`, and `clone` to control the retry behavior."],["The class constructor `ModelServiceLimitedErrorCountRetryPolicy(int)` takes an integer to set a maximum number of transient failures allowed, and setting it to 0 disables the retry loop."]]],[]]