[[["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 webpage details the `TimeseriesInsightsControllerLimitedErrorCountRetryPolicy`, which manages retries for `TimeseriesInsightsControllerConnection` by tracking the number of errors."],["The retry policy halts when a non-transient error occurs or if the number of transient failures exceeds a predefined limit."],["The policy identifies the status code `kUnavailable` as a transient error."],["You can disable the retry loop by setting `maximum_failures` to 0 when creating an instance of the retry policy."],["The page also covers different constructors, functions like `maximum_failures()`, `OnFailure(Status const &)`, `IsExhausted() const`, `IsPermanentFailure(Status const &) const`, `clone() const`, and a type alias named `BaseType`."]]],[]]