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