[[["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-21 UTC."],[[["This webpage provides documentation for the `TranscoderServiceLimitedErrorCountRetryPolicy` class, which is part of the Google Cloud C++ Video Transcoder library, specifically for handling retries based on error counts."],["The class implements a retry policy that stops retrying if a non-transient error occurs or if the number of transient failures exceeds a predefined limit, with `kUnavailable` status codes being the only error codes counted as transient failures."],["You can configure the maximum number of transient failures allowed before retries stop when constructing an instance of this policy, and setting `maximum_failures` to 0 will effectively disable retries."],["The page lists various versions of this class, from version `2.37.0-rc` down to `2.11.0` each with its own documentation link, and the latest one is denoted as such."],["The class can also determine whether an error is a permanent failure and whether the retry loop is exhausted, with multiple virtual functions to do so."]]],[]]