[[["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-14 UTC."],[[["This webpage details the `SpeechLimitedErrorCountRetryPolicy` class, which is used for managing retries in `SpeechConnection` based on the number of encountered errors."],["The policy halts retries when a non-transient error occurs or when the number of transient failures surpasses a predetermined limit."],["Transient errors are identified by the `kUnavailable` status code in this class, which determines whether an error is suitable for retry or not."],["You can configure the retry policy with the constructor `SpeechLimitedErrorCountRetryPolicy(int)` by setting the maximum number of transient errors permitted via the `maximum_failures` parameter, where setting it to `0` disables retries."],["This class also defines several functions for managing the number of errors and what defines them, including `maximum_failures()`, `OnFailure(Status const &)`, `IsExhausted()`, `IsPermanentFailure(Status const &)`, and `clone()`."]]],[]]