[[["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 document outlines the `TimeseriesInsightsControllerLimitedErrorCountRetryPolicy`, a class in the Google Cloud C++ library used to manage retry behavior for the `TimeseriesInsightsControllerConnection` based on the number of transient errors encountered."],["The policy stops retrying when a non-transient error occurs or if the number of transient failures exceeds a predefined `maximum_failures` limit, where the `kUnavailable` status code is treated as a transient error."],["The class includes constructors to set the `maximum_failures`, along with copy and move constructors, and it provides functions to check the current `maximum_failures`, handle failures (`OnFailure`), check if the retry policy is exhausted (`IsExhausted`), identify permanent failures (`IsPermanentFailure`), and clone the policy to a fresh state (`clone`)."],["The document also lists the different versions of the library, from `2.37.0-rc` (latest) down to `2.12.0`, showing a history of available versions for the user."],["It contains a type alias section, with `BaseType` being an alias for `TimeseriesInsightsControllerRetryPolicy`."]]],[]]