[[["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 for `TpuConnection` that limits retries based on the number of detected transient errors."],["The policy halts retries if a non-transient error occurs or if the number of transient failures exceeds a predefined limit, with `kUnavailable` status codes being the only transient errors."],["Users can customize the retry behavior by setting the `maximum_failures` parameter when constructing an instance of the policy, or even disable retries by setting `maximum_failures` to 0."],["The page documents several constructors, functions like `OnFailure`, `IsExhausted`, and `IsPermanentFailure`, and type alias `BaseType` to facilitate the proper use of this policy."],["The page also contains links to the documentation for various versions of this error policy, ranging from the latest release candidate to as old as 2.11.0."]]],[]]