Provides a textual description of an error code.
Function
- static const char* ReturnErrorString(int error_code)
Parameters
error_code
The error code for which you need a description.
Return Values
A null-terminated static string describing the error code.
Remarks
If the error_code is not a valid error code, the string "Invalid Error Code" is returned.
Note that this is similar to the LVSpeechPort ASR member function (LVSpeechPort::ReturnErrorString), but exposed via the TTS class for convenience.
Note that this member function was introduced in LumenVox version 12.1.100 (February 2014)
See Also