[[["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 limited number of transient errors."],["The policy halts retries when encountering a non-transient error or when the number of transient failures exceeds a preset limit."],["The only transient error listed is when the status code is set to `kUnavailable`."],["The class has constructors that set the maximum number of allowed failures, and there is a `maximum_failures()` function that can be used to determine what the maximum is set to."],["There are several functions within the `TpuLimitedErrorCountRetryPolicy` class for managing retries and checking error states, such as `OnFailure`, `IsExhausted`, and `IsPermanentFailure`, along with a `clone()` function to create new instances."]]],[]]