[[["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 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()`."]]],[]]