[[["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 document outlines the `TpuLimitedErrorCountRetryPolicy` class, which manages retry attempts for `TpuConnection` based on a predefined number of allowed transient errors."],["The policy halts retries upon encountering a non-transient error or exceeding the configured maximum number of transient failures, with `kUnavailable` as a recognized transient error code."],["Constructors allow creating the retry policy instance specifying the maximum number of allowed transient failures, including options to move or copy construct."],["The class offers functions to determine the maximum failures allowed, whether the policy is exhausted, if a failure is permanent, and a function for cloning the instance."],["The document contains information on various versions, ranging from version `2.11.0` to the latest release candidate, `2.37.0-rc`, as well as the type alias `BaseType`, which is an alias of `TpuRetryPolicy`."]]],[]]