[[["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`, a class in the Google Cloud C++ library, specifically for the Time Series Insights API."],["The policy is designed to retry RPC calls in case of transient errors, with the ability to be configured to tolerate a maximum number of transient failures."],["It stops retrying if a non-transient error occurs or if the number of transient failures exceeds the defined `maximum_failures`, where the `kUnavailable` status code is considered a transient error."],["The class offers methods to check for exhaustion, permanent failures, and to clone the retry policy instance, as well as constructors to set the `maximum_failures` and to handle move and copy semantics."],["The `BaseType` alias is also defined as `TimeseriesInsightsControllerRetryPolicy`."]]],[]]