[[["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` class, which manages retry attempts for the `PredictionServiceConnection` in case of errors."],["The policy stops retrying if a non-transient error occurs or if the number of transient failures exceeds a predefined maximum."],["Transient errors, specifically those with a `kUnavailable` status code, are factored into the error count by this policy."],["You can construct instances of this class with a specified maximum number of transient failures, or even disable retries entirely by setting `maximum_failures` to 0."],["The page also lists all the available versions from 2.11.0 to the latest 2.37.0-rc, with links to the corresponding documentation for `PredictionServiceLimitedErrorCountRetryPolicy` for each version."]]],[]]