[[["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 provides information on the `TimeseriesInsightsControllerLimitedErrorCountRetryPolicy` class, including the different versions available, ranging from version 2.37.0-rc to 2.12.0."],["The `TimeseriesInsightsControllerLimitedErrorCountRetryPolicy` class is a retry policy that limits retries based on the number of transient errors encountered, specifically for `TimeseriesInsightsControllerConnection`."],["The policy will cease retrying if a non-transient error is returned, or if the number of transient failures, namely `kUnavailable` status codes, exceeds the configured maximum."],["The class has functions such as `maximum_failures()`, `OnFailure(Status const &)`, `IsExhausted()`, `IsPermanentFailure(Status const &)`, and `clone()` to manage the retry logic and status."],["You can disable the retry loop entirely by setting the `maximum_failures` parameter to 0 when constructing an instance of this policy."]]],[]]