[[["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`, a retry mechanism for `SpeechConnection` that halts retries upon encountering a non-transient error or exceeding a set number of transient failures."],["The policy considers the `kUnavailable` status code as a transient error, triggering a retry attempt."],["You can configure the maximum number of transient errors the policy tolerates via the `maximum_failures` parameter during instantiation; setting this to 0 will disable the retry loop."],["The latest version of the `SpeechLimitedErrorCountRetryPolicy` available is `2.37.0-rc`, and the page contains documentation for versions as far back as `2.11.0`."],["This class provides functions such as `OnFailure`, `IsExhausted`, `IsPermanentFailure`, and `clone` for determining the policies status, as well as a `BaseType` type alias."]]],[]]