[[["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 page documents the `TpuLimitedErrorCountRetryPolicy`, which is a retry policy designed for `TpuConnection` that limits retries based on the number of transient errors encountered."],["The policy halts retries when a non-transient error occurs or when the number of transient failures exceeds a defined threshold, with `kUnavailable` being the sole status code classified as a transient error."],["You can create an instance of `TpuLimitedErrorCountRetryPolicy` specifying the maximum number of transient failures it should tolerate, with setting `maximum_failures` to 0 effectively disabling the retry mechanism."],["The class provides methods such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`, allowing you to manage and check the state and properties of the retry policy, along with creating new instances of the policy."],["The page provides links to various versioned documentations, spanning from version 2.11.0 up to the latest release candidate 2.37.0-rc, allowing you to check the documentation for each version."]]],[]]