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