- Installation
- Administration
- Programmer's Guide
- Grammars
- MRCP Server
- FAQs
Provides the last SSML syntax error information, if any.
error_buffer
Pointer to a char buffer into which the SSML syntax error description will be copied.
error_buffer_length
Maximum length (in bytes) of error_buffer.
LV_SUCCESS
No errors; The SSML syntax error description has been copied into error_buffer.
LV_INVALID_TTS_HANDLE
The TTS client handle is invalid (either Initialize has not been called or Destroy has already been called).
LV_FAILURE
Either no results are available or there was no SSML syntax error.
LV_EXCEPTION
An exception occured while processing the request.