[[["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-04-09 UTC."],[[["This page provides documentation for the `VideoIntelligenceServiceLimitedErrorCountRetryPolicy` class, which is designed for handling transient errors in RPCs for the `VideoIntelligenceServiceConnection`."],["The retry policy stops when a non-transient error occurs or when the number of transient failures exceeds a predefined limit, with `kUnavailable` status codes being the only transient errors."],["The policy can be configured to allow a specific number of transient failures through the `VideoIntelligenceServiceLimitedErrorCountRetryPolicy(int)` constructor, and it can be disabled by passing `0` to the constructor."],["The class provides methods such as `maximum_failures()`, `OnFailure(Status const &)`, `IsExhausted()`, `IsPermanentFailure(Status const &)`, and `clone()`, to control and monitor the retry behavior."],["The documentation contains a list of versions, starting from the latest `2.37.0-rc` to `2.11.0`, where you can find documentation for each version regarding the `VideoIntelligenceServiceLimitedErrorCountRetryPolicy`."]]],[]]