[[["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 document outlines the `AdaptationLimitedErrorCountRetryPolicy`, a retry mechanism for `AdaptationConnection` in the Google Cloud Speech API C++ library, specifically for versions ranging from 2.11.0 to 2.37.0-rc."],["The policy halts retries upon encountering a non-transient error or exceeding a predefined number of transient failures, where `kUnavailable` is the only status code that falls under transient failures."],["You can configure the policy to allow a certain number of transient errors, including an option to disable the retry loop entirely by setting the `maximum_failures` to 0 when creating an instance of the retry policy."],["The policy offers several functions to inspect it's state such as `IsExhausted`, and `IsPermanentFailure`, along with a `clone` function that provides a reset instance of the policy."],["A list of available versions to implement the policy is provided, with version `2.37.0-rc` being the latest one listed."]]],[]]