[[["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-23 UTC."],[[["This webpage provides documentation for the `TranscoderServiceLimitedErrorCountRetryPolicy` class, which is part of the Google Cloud C++ Video Transcoder library, with the latest version being 2.37.0-rc."],["The `TranscoderServiceLimitedErrorCountRetryPolicy` class defines a retry policy that stops if a non-transient error occurs or if a certain amount of transient failures are detected, primarily treating `kUnavailable` as a transient error."],["The class has constructors to create instances with a specified maximum number of allowed transient errors, including the ability to disable retries by setting `maximum_failures` to 0."],["Key functions of the class include `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`, which manage error thresholds, analyze status, check if the policy is exhausted and create a fresh copy of the policy."],["The webpage lists several previous versions of the `TranscoderServiceLimitedErrorCountRetryPolicy` class."]]],[]]