Browse
 
Tools
Rss Categories

LV_TTS_ReturnErrorString

Reference Number: AA-01916 Views: 11694 0 Rating/ Voters

Provides a textual description of an error code.

Function

  • const char * LV_TTS_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 API function was introduced in LumenVox version 12.1.100 (February 2014)

See Also