[[["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-17 UTC."],[[["This document outlines the `AdaptationLimitedErrorCountRetryPolicy` class, which is used to manage retries for `AdaptationConnection` in the Google Cloud Speech API, specifically focusing on error handling."],["The policy stops retrying when a non-transient error occurs or when the number of transient failures exceeds a set maximum."],["The class treats `kUnavailable` status codes as transient errors, meaning it will retry operations when these codes are returned."],["Constructors are available to create instances, including one to disable retries by setting the maximum failures to 0, and to construct a copy of the class, and a move constructor."],["Functions in the class allow users to retrieve maximum failure number, handle failures, check if the retry policy is exhausted, check for permanent failures and to create a new instance of the policy."]]],[]]