[[["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-04-09 UTC."],[[["This document outlines the `PredictionServiceLimitedErrorCountRetryPolicy`, a retry mechanism for `PredictionServiceConnection` that limits retries based on the number of errors encountered."],["The policy halts retries when it encounters a non-transient error or when the number of transient errors exceeds a predefined `maximum_failures` count, which can be set to 0 to effectively disable the retry mechanism."],["Transient errors, which trigger retry attempts, are currently identified as those with the `kUnavailable` status code."],["The document provides class member functions to manage and query the retry policy, such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()` and `clone()`."],["A list of all previous versions, including the latest release candidate, of `PredictionServiceLimitedErrorCountRetryPolicy` is available for consultation, going back to version 2.11.0, while the current version is 2.36.0, and the latest release candidate is 2.37.0-rc."]]],[]]