[[["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-05-07 UTC."],[[["This webpage details the `TpuLimitedErrorCountRetryPolicy` class, which manages retries for `TpuConnection` based on a predefined number of transient errors."],["The policy halts retries upon encountering a non-transient error or exceeding the allowed count of transient failures, where `kUnavailable` is the status code treated as a transient error."],["The class constructor, `TpuLimitedErrorCountRetryPolicy(int)`, takes an integer parameter, `maximum_failures`, to define the threshold for transient errors before stopping retries, which can be disabled if set to 0."],["The `TpuLimitedErrorCountRetryPolicy` class includes various functions such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()` to manage and check the state of the retry policy."],["The page also features links to the same class documentation across numerous versions, from 2.11.0 up to the latest release candidate 2.37.0-rc."]]],[]]