[[["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` in C++ that limits retries based on the number of transient errors."],["The policy halts retries upon encountering a non-transient error or exceeding a predefined count of transient failures, with `kUnavailable` being treated as the only transient error."],["Users can customize the policy's behavior by setting the `maximum_failures` parameter in the constructor to control the allowed number of transient errors, or even disable retries entirely by setting it to zero."],["The page provides information for all versions, with the most recent being the `2.37.0-rc` and each with a link to its documentation."],["The policy has multiple functions to handle the failures, check if the retries are exhausted, and if a failure is permanent, amongst other features."]]],[]]