[[["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 `VideoIntelligenceServiceLimitedErrorCountRetryPolicy`, which is used to manage retries for the `VideoIntelligenceServiceConnection` in the context of Google Cloud's Video Intelligence service."],["The retry policy stops retrying if a non-transient error is encountered or if the number of transient failures exceeds the specified `maximum_failures`, with `kUnavailable` being considered a transient error."],["The class includes constructors to create a new retry policy instance and copy existing ones, allowing for customization of the maximum number of allowed transient errors before stopping retries."],["The `VideoIntelligenceServiceLimitedErrorCountRetryPolicy` class provides functions such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`, which handle the retry logic, error checking and creating new instances."],["The page also provides links to previous version documentation and the current latest release candidate."]]],[]]