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