QMError()

Top  Previous  Next

 

The QMError() function returns extended error message text.

 

 

Format

 

VBQMError() as String

 

Cchar * QMError(void)

 

VBStr = Session->error

 

 

 

Some API functions set extended error text and return an error code of SV_ERROR when an error condition occurs. The QMError() function can be used to retrieve this text.

 

Note that in the C API, this function returns a pointer to a statically allocated error message buffer. The calling program must not attempt to free this memory.