[[["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-14 UTC."],[[["This webpage details the `PredictionServiceLimitedErrorCountRetryPolicy` class, which manages retry attempts for `PredictionServiceConnection` based on error counts."],["The policy halts retries upon encountering a non-transient error or exceeding a specified number of transient failures, with `kUnavailable` being the only status code considered as transient in this class."],["The policy constructor `PredictionServiceLimitedErrorCountRetryPolicy(int)` accepts an integer representing the maximum allowed number of transient failures."],["The class provides several functions, such as `OnFailure` and `IsPermanentFailure`, to manage transient failures and determine if the retry should continue."],["The latest release is `2.37.0-rc` and there are a list of past versions from `2.36.0` down to `2.11.0` that users can use for this policy."]]],[]]