[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-14 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."]]],[]]