[[["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 retries for `TpuConnection` based on a limited number of errors."],["The retry policy halts when a non-transient error occurs or the number of transient failures exceeds a predefined limit, specifically treating `kUnavailable` as a transient error."],["The class offers constructors to create instances, allowing control over the maximum number of transient failures permitted before stopping retries."],["It also provides functions such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()` to manage and assess the retry state and to determine if the failure is transient."],["The page also offers a list of related versions for this policy, ranging from the latest version `2.37.0-rc` all the way down to `2.11.0`."]]],[]]