[[["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 document outlines the `AdaptationLimitedErrorCountRetryPolicy` class, which manages retry attempts for the `AdaptationConnection` in Google Cloud Speech."],["The retry policy will stop if a non-transient error occurs or if the number of transient failures exceeds the defined maximum."],["Transient errors, specifically those returning a `kUnavailable` status code, trigger retries, while the user can configure the maximum number of allowed transient errors when creating the instance of the class."],["The class provides constructors to create new instances, and offers several functions to manage and check the retry policy, including `OnFailure()`, `IsExhausted()`, and `IsPermanentFailure()`."],["There is also a `clone()` function that generates a new instance of the class, and a `maximum_failures()` function that returns the maximum number of allowable failures."]]],[]]