[[["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 document outlines the `TpuLimitedErrorCountRetryPolicy`, a retry mechanism designed for `TpuConnection` that is based on the number of errors."],["The policy ceases retrying when a non-transient error occurs or if the number of transient failures exceeds a specified limit, with `kUnavailable` being treated as transient."],["The `TpuLimitedErrorCountRetryPolicy` constructor allows setting the maximum number of tolerable transient errors, or can be set to 0 to disable the retry loop altogether."],["The class provides several functions, such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, and `IsPermanentFailure()`, to manage the policy's behavior and error handling."],["This page also lists the different versions of this retry policy, ranging from version 2.11.0 all the way to the latest release candidate version of 2.37.0-rc."]]],[]]