[[["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 `AdaptationLimitedErrorCountRetryPolicy` class, which is used to define a retry policy for `AdaptationConnection` in the Google Cloud Speech API."],["The retry policy will halt if a non-transient error occurs or if the number of transient failures exceeds a set maximum."],["Transient errors in this context are defined as those returning the status code `kUnavailable`."],["The `AdaptationLimitedErrorCountRetryPolicy` class has constructors to create instances with a specified maximum number of transient failures, or disable the retry loop by setting `maximum_failures` to 0."],["The class includes functions such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`, as well as a `BaseType` alias to `AdaptationRetryPolicy`."]]],[]]