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