[[["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-21 UTC."],[[["This document outlines the `TimeseriesInsightsControllerLimitedErrorCountRetryPolicy`, a class designed to manage retries for the `TimeseriesInsightsControllerConnection` in the event of errors."],["The retry policy stops if there is a non-transient error or if the number of transient errors exceeds a predefined limit, with `kUnavailable` being treated as a transient error."],["You can construct this policy by specifying the maximum number of transient failures allowed using an `int` for `maximum_failures`, and can disable the retry loop by providing an instance of this policy with `maximum_failures` equal to 0."],["The class includes functions like `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()` to control and monitor the retry behavior, as well as type aliases such as `BaseType`."],["This page contains the documentation for version 2.16.0, along with links to versions from 2.12.0 up to the latest release candidate 2.37.0-rc."]]],[]]