[[["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 `TpuLimitedErrorCountRetryPolicy`, a retry mechanism designed for `TpuConnection` that is based on the number of errors."],["The policy terminates retries upon encountering a non-transient error or when the number of transient failures exceeds a defined limit, with `kUnavailable` being treated as transient."],["The `TpuLimitedErrorCountRetryPolicy` constructor allows configuring the maximum number of transient errors it will tolerate before ceasing retries, and you can disable retries by setting the `maximum_failures` parameter to 0."],["The policy includes functions to determine if it is exhausted, if a failure is permanent, and to create a clone of the current policy."],["The page shows the class documentation for a variety of different versions, from the latest 2.37.0-rc to 2.11.0."]]],[]]