[[["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 retry behavior for the `TimeseriesInsightsControllerConnection` based on the number of errors encountered."],["The policy terminates retries if a non-transient error occurs or if the number of transient failures exceeds a predefined limit."],["Transient errors are specifically identified as RPCs that return a `kUnavailable` status code."],["The retry policy is customizable by setting the `maximum_failures` parameter during object creation, where a value of 0 effectively disables retries."],["The class provides methods to determine if a failure is permanent, if the policy is exhausted, and to clone the policy."]]],[]]