[[["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 used for handling retries in the `PredictionServiceConnection`."],["The retry policy stops if a non-transient error occurs or if the number of transient failures exceeds a set limit, specifically considering `kUnavailable` as a transient error status code."],["The class has a constructor `PredictionServiceLimitedErrorCountRetryPolicy(int)` which defines the maximum allowed number of transient errors (with 0 disabling retries) and also supports move and copy constructors."],["Key functions include `maximum_failures()`, `OnFailure(Status const &)`, `IsExhausted()`, `IsPermanentFailure(Status const &)` and `clone()`, which allow to monitor and manipulate the state of the policy."],["The document also lists the different available versions of this class, from 2.11.0 up to 2.37.0-rc."]]],[]]