[[["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 provides documentation for the `TpuLimitedErrorCountRetryPolicy` class, which is a retry policy designed for `TpuConnection` in the context of Google Cloud TPU services."],["The retry policy is configured to stop retrying if a non-transient error occurs or if the number of transient failures exceeds a specified maximum, with `kUnavailable` being considered a transient error status code."],["The class offers constructors to create instances with a specified `maximum_failures` limit, including the ability to disable retries entirely by setting `maximum_failures` to 0."],["The documentation covers various functions within the class, such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`, detailing their parameters, return types, and descriptions."],["The content shows a history of versions of this code from 2.11.0 to 2.37.0-rc, allowing users to see which version they should look at."]]],[]]