[[["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-14 UTC."],[[["This webpage provides documentation for the `TpuLimitedErrorCountRetryPolicy` class, which is a retry mechanism for `TpuConnection` in the Google Cloud C++ TPU library."],["The `TpuLimitedErrorCountRetryPolicy` stops retrying if a non-transient error occurs or if the number of transient errors exceeds a predefined limit."],["This class considers the status code `kUnavailable` as a transient error and the user can limit the amount of transient errors in the constructor."],["The documentation lists available versions, ranging from the latest release candidate `2.37.0-rc` down to version `2.11.0`, as well as the functions, type alias and constructors for each one."],["The user can call the functions `IsExhausted()` to know if the retry policy is exhausted or use `IsPermanentFailure(Status const &)` to check if a certain error is considered permanent."]]],[]]