[[["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 designed to manage retries for the `TimeseriesInsightsControllerConnection` in the context of transient errors."],["The retry policy is designed to stop when a non-transient error is encountered, or if the number of transient errors exceeds a defined maximum."],["The class treats `kUnavailable` as a transient error status code."],["Users can create instances of the retry policy, providing an integer that represents the maximum allowed transient failures, or disable retries altogether by setting the `maximum_failures` to 0."],["This class provides various functions such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()` to control and manage the retry behavior, along with type alias `BaseType`."]]],[]]