[[["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 designed to handle transient errors in RPC calls to the `PredictionServiceConnection`."],["The retry policy stops when a non-transient error occurs or when the number of transient failures exceeds a pre-defined limit."],["`kUnavailable` status codes are considered transient errors, meaning the operation may be retried, within the confines of the error count."],["You can customize the retry behavior by setting the `maximum_failures` parameter, including disabling retry attempts by setting `maximum_failures` to 0."],["This class includes various constructors, functions, and a type alias, such as `clone()` for creating a new policy instance, and `BaseType` which represents `PredictionServiceRetryPolicy`."]]],[]]