TextToSpeechSynthesisInterruptedError
class TextToSpeechSynthesisInterruptedError(cause: Throwable? = null) : TextToSpeechSynthesisError(source)
Error that is thrown when synthesising text input failed, usually when stop() or close() are called.