- Installation
- Administration
- Programmer's Guide
- Grammars
- MRCP Server
- FAQs
Provides the last SSML syntax error information, if any.
client_handle
Handle to the TTS client object.
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 input TTS client handle is not a valid one.
LV_FAILURE
Either no results are available or there was no SSML syntax error.
LV_EXCEPTION
An exception occured while processing the request.