[[["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 retry policy will cease if a non-transient error is received or if the number of transient failures exceeds a predefined threshold."],["Only the `kUnavailable` status code is treated as a transient error in this class."],["The class includes constructors for creating instances with a specified maximum number of transient failures, and a user can disable the retry loop by setting the `maximum_failures` parameter to 0."],["The `TimeseriesInsightsControllerLimitedErrorCountRetryPolicy` class provides various methods, such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`, to control the retry behavior and verify its status."]]],[]]