Definition
Web Speech API defines SpeechRecognitionErrorCode
enum SpeechRecognitionErrorCode {
"no-speech",
"aborted",
"audio-capture",
"network",
"not-allowed",
"service-not-allowed",
"language-not-supported",
"phrases-not-supported"
};