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