1.34 kiriwrite_error

kiriwrite_error processes errors that occur when using Kiriwrite.

Parameters:

kiriwrite_error(errortype, errorext);

Usage:

kiriwrite_error("generic");
kiriwrite_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 when each time the subroutine is called.

For more information about the error messages used look at the kiriwrite_error subroutine in the Kiriwrite 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.