[[["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 designed for `TpuConnection` in the Google Cloud TPU C++ library, with the current latest version of the library being 2.37.0-rc."],["The `TpuLimitedErrorCountRetryPolicy` class manages retries by counting errors, stopping when a non-transient error is encountered or the number of transient failures exceeds a specified limit."],["The policy considers the `kUnavailable` status code as a transient error and it is initialized using a constructor that accepts an integer, `maximum_failures`, to set the maximum number of tolerable transient errors."],["The class includes functions such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()` to manage and configure the retry behavior, as well as constructors for managing instances of this policy."],["The `BaseType` is an alias of `TpuRetryPolicy`."]]],[]]