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