[[["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-21 UTC."],[[["This webpage details the `PredictionServiceLimitedErrorCountRetryPolicy`, which is a retry policy for `PredictionServiceConnection` that manages retries based on the count of errors."],["The policy stops retrying when a non-transient error occurs or when the number of transient failures exceeds a specified limit."],["The `kUnavailable` status code is considered a transient error in this retry policy."],["You can disable the retry loop by setting `maximum_failures` to 0 when creating an instance of this policy."],["The policy provides functions to determine if the retry limit has been reached, if an error is permanent, and to create a clone of itself for a reset state."]]],[]]