[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-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."]]],[]]