Error Codes

 

0     LM_SUCCESS

No errors.

 

-1    LM_FAILURE

General failure.

 

-2    LV_SYSTEM_ERROR

The speech recognition engine is no longer running.  This is the result of a ClosePort call or a unrecoverable engine error.

 

-4    LV_BAD_SOUND_DATA

There was a problem with sound data.

 

-5    LV_INVALID_SOUND_FORMAT

The sound format value is not one of the allowable formats.

 

-6    LV_TIME_OUT

WaitForEngineToIdle's timeout was reached before the engine became idle.  Also losing connection to an engine server during decode may return this error code.

 

-7    LV_GRAMMAR_SET_OUT_OF_RANGE

The grammar set value is out of expected range (0-63).

 

-8    LV_SOUND_CHANNEL_OUT_OF_RANGE

The sound channel value out of expected range.

 

-9    LV_STANDARD_GRAMMAR_ALREADY_LOADED

Only one standard grammar can be loaded for a grammar set.

 

-10  LV_STANDARD_GRAMMAR_OUT_OF_RANGE

The standard grammar value is not a recognized grammar type.

 

-11  LV_NOT_A_VALID_PROPERTY_VALUE

The property value is not a valid for the designated property.

 

-12  LV_BAD_HPORT

The specified port handle not valid.

 

-13  LV_NOT_IMPLEMENTED

The action was not implemented in the current version.

 

-14  LV_SOCKETS_ERROR

General network communication error.

 

-15  LV_INVALID_PROPERTY_TARGET

The target type used in a call to LV_SRE_SetPropertyEx() is invalid for the property given.

 

-16  LV_INVALID_PROPERTY_VALUE_TYPE

The value type used in a call to LV_SRE_SetPropertyEx() is invalid for the property given.

 

-17  LV_INVALID_PROPERTY

The propert supplied in a call to LV_SRE_SetPropertyEx() or LV_SRE_SetProperty() is invalid.

 

-18  LV_INVALID_PROPERTY_TARGET_NDX

When calling LV_SRE_SetPropertyEx() and using a target type of PROP_EX_TARGET_CHANNEL or PROP_EX_TARGET_GRAMMAR the index value was out or range.

 

-19  LV_STREAM_NOT_ACCEPTED

Stream functions called on a stopped stream.

 

-20  LV_FUNCTION_NOT_FOUND

LVSpeechPort_stdcall.dll is a wrapper dll around LVSpeechPortl.dll.  If a newer version of the standard call dll is used, it may not find a function in LVSpeechPortl.dll.

 

-21 LV_STRING_BUFFER_TOO_SMALL

The application supplied string buffer was too small.

 

-22 LV_NO_SERVER_AVAILABLE

No engine servers where found to connect to.

 

-23 LV_GRAMMAR_SYNTAX_WARNING

The grammar contained a syntax warning in one or more of its rules or declarations.  A specific message
from the grammar builder has been logged.  The grammar was successfully built, despite the warning.

 

-24 LV_GRAMMAR_SYNTAX_ERROR

The grammar contained a syntax error in one or more of its rules or declarations.  A specific message from the grammar builder has been logged.  The grammar was not built.

 

-25 LV_GRAMMAR_LOADING_ERROR

The grammar could not be loaded, because a specified url was invalid.

 

-26 LV_OPEN_PORT_FAILED__LICENSE_EXCEEDED

Can not open ports due to exceeding the number of ports allowed by license.

 

-31 LV_GLOBAL_GRAMMAR_TRANSACTION_PARTIAL_ERROR

Global grammar operation failed on some of the servers.

 

-32 LV_GLOBAL_GRAMMAR_TRANSACTION_ERROR

Global grammar operation failed on all servers.

 

-33 LV_ACTIVE_GRAMMAR_VOCAB_SIZE_EXCEEDS_LIMIT

This is a VoxLite Error that will show up when the size of the active grammar set exceeds the license limit.

 

-34 LV_INVALID_LICENSE

The license is invalid

 

Note:

Not all the error codes are implemented.

 


Complete Help Topic List | Speech Engine Product Information