1.4 xestiascan_error

xestiascan_error processes errors that occur within Xestia Scanner Server.

Parameters:

xestiascan_error(errortype, errorext);


Usage:

xestiascan_error(“generic”);
xestiascan_error(“databaseerror”, “Extended Error Information”);


errortype
Specifies the error message to return. If the errortype returned is blank then the generic error type is used. This is required each time when the subroutine is called.

For more information about the error message used, look at the xestiascan_error subroutine in the Xestia Scanner Server source code and the language file where each error type should match with the error type given in the language file.

errorext
Specifies the extended error information.