[[["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 stops retrying upon encountering a non-transient error or exceeding a set number of transient failures."],["The policy considers the `kUnavailable` status code as a transient error, allowing for retries under such circumstances."],["The `TpuLimitedErrorCountRetryPolicy` class provides constructors to set the maximum number of tolerable transient errors and can be configured to disable retries entirely by setting `maximum_failures` to 0."],["Key functions of this class include `maximum_failures()` to retrieve the maximum failures, `OnFailure()` to define action upon failure, `IsExhausted()` to check if the policy is exhausted, `IsPermanentFailure()` to check for a permanent failure, and `clone()` to reset the policy to its initial state."],["The latest release for the TpuLimitedErrorCountRetryPolicy is version 2.37.0-rc, and also available are several versions starting from 2.11.0 all the way to 2.36.0."]]],[]]