[[["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 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`."]]],[]]