[[["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 for managing retry behavior in the event of errors, specifically for `TimeseriesInsightsControllerConnection`."],["The retry policy halts if a non-transient error occurs or if the number of transient failures surpasses the set limit, where `kUnavailable` is classified as a transient error."],["The class offers constructors to instantiate the policy, including the ability to set the maximum number of transient errors, and to copy existing policies, or move existing policies."],["Key functions include `maximum_failures()` to get the maximum failure count, `OnFailure()` to handle failures, `IsExhausted()` to check if the retry policy is exhausted, `IsPermanentFailure()` to check for permanent failures, and `clone()` to create new instances."],["This page also contains a variety of versioned documentation with the most recent being version `2.37.0-rc`, and the earliest being version `2.12.0`."]]],[]]