[[["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 document outlines the `TimeseriesInsightsControllerLimitedErrorCountRetryPolicy`, a class in the Google Cloud C++ library used to manage retry attempts for the `TimeseriesInsightsControllerConnection` based on error counts."],["The retry policy stops if a non-transient error is encountered or if the number of transient failures exceeds the defined `maximum_failures` threshold, which can be set during object creation."],["Transient errors, such as `kUnavailable` status codes, are considered retryable, while other error types are considered permanent and halt the retry process."],["The class provides methods for checking if the policy is exhausted (`IsExhausted`), determining if a failure is permanent (`IsPermanentFailure`), and handling a failure (`OnFailure`)."],["The documentation features links to different versions of this class, with the latest being version 2.37.0-rc, and the current page is showcasing the version 2.31.0."]]],[]]