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