[[["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 document provides information on the `PredictionServiceLimitedErrorCountRetryPolicy` class, which is used for handling retries in the `PredictionServiceConnection`."],["The retry policy is designed to stop retrying when it encounters a non-transient error or when the number of transient failures exceeds a predefined limit."],["The policy considers the `kUnavailable` status code as a transient error."],["You can create an instance of this policy specifying the `maximum_failures` transient errors that will be tolerated before stopping the retries, and a maximum failure of 0 will disable the retry loop."],["This class provides functions to get the maximum failures allowed, and virtual functions such as `OnFailure`, `IsExhausted`, `IsPermanentFailure` and `clone` for fine-tuning the retry logic."]]],[]]