[[["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` that manages transient errors during RPC calls."],["The policy halts retries upon encountering a non-transient error or surpassing a predefined limit of transient failures, with `kUnavailable` being the only status code classified as transient."],["You can configure the number of acceptable transient failures with the constructor `TpuLimitedErrorCountRetryPolicy(int maximum_failures)`, also using `maximum_failures` equal to 0 will disable retries altogether."],["The page shows the different versions available for this class, with the latest being the 2.37.0-rc version, and goes all the way down to version 2.11.0."]]],[]]