[[["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-04-17 UTC."],[[["This webpage details the `TextToSpeechLimitedErrorCountRetryPolicy`, a retry policy for `TextToSpeechConnection` that limits retries based on the number of transient errors encountered."],["The policy ceases retrying upon encountering a non-transient error or when the number of transient failures exceeds a predefined limit, with `kUnavailable` being treated as a transient error."],["The policy can be configured to tolerate a specific number of transient errors via the constructor `TextToSpeechLimitedErrorCountRetryPolicy(int)`, and retries can be disabled if the `maximum_failures` is set to 0."],["Key functions include `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`, which are used to check the maximum failure count, handle failures, check for retries being exhausted, determine if a failure is permanent and clone a copy of the retry policy respectively."],["This page is referencing version 2.31.0 of the TextToSpeech, and also provides documentation for versions from 2.11.0 to 2.37.0-rc, of the TextToSpeechLimitedErrorCountRetryPolicy."]]],[]]