[[["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-05-07 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."]]],[]]