[[["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 used to manage retries for the `TimeseriesInsightsControllerConnection` based on the number of errors encountered."],["The policy will halt retries if a non-transient error is returned, or if the number of transient failures exceeds the specified maximum."],["Transient errors are determined by `kUnavailable` status codes, and the retry loop can be disabled by setting `maximum_failures` to 0 in the constructor."],["The class provides methods to manage and check the status of the retry policy, including `OnFailure()`, `IsExhausted()`, and `IsPermanentFailure()`, and `maximum_failures()`, which returns the maximum allowable transient failures."],["This document provides versioned links to the class documentation, ranging from version 2.12.0 up to the latest release candidate, 2.37.0-rc."]]],[]]