[[["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-03-21 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`."]]],[]]