kAFAssistantErrorDomain error codes

Are these error codes documented anywhere?

Error codes 203 and 1110 seems to happen regularly. I think they mean the following:
203: some limit reached (happens very regularly when using server-side speech recognition, less often when using on-device recognition)
1110: no speech detected

I have gotten a new one now: 1107

No idea what that means.

Post not yet marked as solved Up vote post of ekurutepe Down vote post of ekurutepe
2.4k views

Replies

The errors are listed here:

https://developer.apple.com/documentation/speech/sfspeechrecognitiontask/1649201-error

What I don't understand is error 1110. It is described as:

"Failed to recognize any speech."

That description is vague.

Does it mean that

  • the user never started speaking?
  • Or that there was an issue listening?
  • Or that speech recognition is not available?
  • Or something else?