[[["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."],[[["This document provides information on the `PredictionServiceLimitedErrorCountRetryPolicy` class, which is a retry policy for `PredictionServiceConnection`."],["The policy stops retrying if a non-transient error is detected or if the number of transient failures exceeds a set maximum."],["Transient errors are defined as those returning a `kUnavailable` status code."],["The `maximum_failures` parameter in the constructor determines the threshold for transient errors, with `maximum_failures` == 0 disabling the retry loop."],["The document includes class constructors, functions like `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`, and also details a type alias called `BaseType`."]]],[]]