[[["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`, a class used for error-based retry logic in the `PredictionServiceConnection`."],["The retry policy is designed to halt if a non-transient error occurs or if the number of transient failures exceeds a predetermined maximum."],["The class constructor `PredictionServiceLimitedErrorCountRetryPolicy(int)` allows users to specify the maximum number of transient errors tolerated before ceasing retries, with the option to disable retry loops by setting `maximum_failures` to 0."],["The class has several functions for handling failure scenarios including `OnFailure()`, `IsExhausted()`, and `IsPermanentFailure()` to manage retries based on status and conditions."],["`kUnavailable` status codes are considered as transient errors within this class's retry logic."]]],[]]