[[["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-21 UTC."],[[["This webpage details the `TpuLimitedErrorCountRetryPolicy` class, which manages retry attempts for `TpuConnection` based on error counts."],["The policy halts retries upon encountering a non-transient error or exceeding a specified number of transient failures, specifically treating `kUnavailable` as a transient error."],["The class allows configuration of the maximum number of transient errors via its constructor, with the option to disable retries by setting `maximum_failures` to 0."],["The `TpuLimitedErrorCountRetryPolicy` offers functions such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()` for managing the retry policy, and also a `BaseType` alias of `TpuRetryPolicy`."],["The page also provides links to the reference documentation for versions of this class, ranging from the most recent `2.37.0-rc` down to `2.11.0`."]]],[]]