Error class enumeration.
#include <asr/asrp.h>
enum {
TSS_ERROR_CLASS_NONE
TTS_ERROR_CLASS_MODIFIER
TTS_ERROR_CLASS_URL
TTS_ERRROR_CLASS_RESOURCE
TTS_ERROR_CLASS_SYNTHESIS
TTS_ERROR_CLASS_SYSTEM
} tts_error_class_t;
The tts_error_class_t enumeration lists the classes of errors that may occur during speech processing. This information can be used to provide information to the user and to populate error logs.