[[["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 allows configuration of a `maximum_failures` parameter to specify the number of transient errors tolerated before stopping retries."],["The retry policy considers `kUnavailable` as a transient error, and non-transient errors or exceeding the maximum number of failures will halt the retry process."],["The class provides methods like `maximum_failures()`, `OnFailure()`, `IsExhausted()`, and `IsPermanentFailure()` to manage and query the state of the retry policy, along with `clone()` to generate a new instance of the policy."],["There are many versions of the policy, from 2.12.0 to 2.37.0-rc."]]],[]]