[[["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 `SpeechLimitedErrorCountRetryPolicy` class, which is used for managing retry attempts for `SpeechConnection` in C++."],["The policy limits retries based on the number of transient errors encountered, stopping if a non-transient error occurs or the maximum number of transient failures is exceeded."],["Transient errors, in this context, are identified by the `kUnavailable` status code."],["The policy can be configured using a parameter `maximum_failures` that defines the maximum allowed transient errors before the retry process stops and provides a way to disable the retry loop with `maximum_failures == 0`."],["The page also provides documentation for various functions such as `OnFailure`, `IsExhausted`, `IsPermanentFailure`, and `clone` to manage and understand the policy's behavior, as well as showing the previous versions available for this class."]]],[]]