[[["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-07 UTC."],[[["This webpage details the `TpuLimitedErrorCountRetryPolicy`, a retry mechanism for `TpuConnection` that limits the number of transient errors before stopping."],["The policy will cease retrying if a non-transient error occurs or if the number of transient failures exceeds the `maximum_failures` threshold, which defaults to the `kUnavailable` status code."],["Users can create an instance of this policy specifying the maximum number of transient errors tolerated via `TpuLimitedErrorCountRetryPolicy(int)` or disable retries by setting `maximum_failures` to 0."],["The page provides links to various versions of the `TpuLimitedErrorCountRetryPolicy`, ranging from the latest `2.37.0-rc` to version `2.11.0`, along with associated documentation."],["The policy's key functions, including `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`, are documented for detailed understanding of their purpose and usage."]]],[]]