[[["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 details the `AdaptationLimitedErrorCountRetryPolicy`, a retry mechanism for `AdaptationConnection` in the Google Cloud Speech API C++ library, with the most recent version at 2.37.0-rc."],["The retry policy halts if a non-transient error occurs or if the number of transient failures exceeds a predefined limit, with the `kUnavailable` status code treated as a transient error."],["Constructors are provided to create instances, specifying the maximum number of transient errors allowed, with the option to disable retry by setting `maximum_failures` to 0."],["The class provides functions to retrieve the maximum failure count, to verify if a failure is permanent or transient, whether it should stop retrying, and to create a new copy of itself."],["The `BaseType` alias is defined as `AdaptationRetryPolicy`, which is the base class of the retry mechanism."]]],[]]