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