[[["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 webpage details the `PredictionServiceLimitedErrorCountRetryPolicy`, a retry mechanism for `PredictionServiceConnection` that limits retries based on the number of errors encountered."],["The policy halts retries upon detecting a non-transient error or exceeding a predefined count of transient failures, and `kUnavailable` status codes are treated as transient errors."],["You can construct an instance with a specified `maximum_failures` parameter to set the error tolerance or disable retries entirely by setting `maximum_failures` to 0."],["The available methods let you check if the error count has been reached, if the failure is considered permanent, and to clone the current policy, allowing for the creation of new, independent retry instances."],["The page shows the various versions of the class, from 2.11.0 to the latest release candidate, along with specific details about each version."]]],[]]