[[["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`, a retry mechanism for `TpuConnection` that limits retries based on the number of detected transient errors."],["The policy halts retries upon encountering a non-transient error or exceeding a predefined number of transient failures, with `kUnavailable` being treated as a transient error."],["The policy can be constructed with a defined number of `maximum_failures` for errors, or if `maximum_failures` is set to 0, then the retry loop is disabled."],["The page also lists older versions of the TpuLimitedErrorCountRetryPolicy class, with `2.37.0-rc` being the latest and 2.11.0 being the oldest."],["The policy contains several functions, including `maximum_failures()`, `OnFailure(Status const &)`, `IsExhausted()`, `IsPermanentFailure(Status const &)`, and `clone()`."]]],[]]