[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 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."]]],[]]