[[["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 page details the `VideoIntelligenceServiceLimitedErrorCountRetryPolicy`, which manages retry attempts for the `VideoIntelligenceServiceConnection` based on the number of transient errors encountered."],["The policy halts retries upon encountering a non-transient error or exceeding a predefined count of transient failures, with `kUnavailable` being considered a transient error."],["You can set the maximum number of allowed transient errors during the policy's creation via the `maximum_failures` parameter, disabling the retry loop if set to zero."],["The page also describes functions like `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()` which are available for this retry policy."],["The `BaseType` alias is provided, representing `VideoIntelligenceServiceRetryPolicy`."]]],[]]