Description of an error message of the script language.
Description of an error message of the script language.
Name | Type | Default | Description |
Return | char* | Description of the error.
The return value is read only, do NOT CHANGE. The result will be overridden on following calls to the function. See here to learn more about functions returning r/o char* values. |
|
err | int | - | Error number |
errorInfo | int* | 0 | Get the last script error. Supported only by server::load_placeholder for now. If err=0 the function will return the descritption of the last error else the description of error err |
Show an error message
showmessage (".. %s ..\n", serror (1113));
Alphabetic index HTML hierarchy of classes or Java