User manual

In this section:
Introduction ..................................................................... 17-1
Error summary ................................................................ 17-1
Error effects on scripts .................................................... 17-1
Reading errors ................................................................ 17-2
Error and status message list .......................................... 17-2
Introduction
This section includes information on error levels, how to read errors, and a
complete listing of error messages.
Error summary
Error and status messages are defined in Error and status message list (on
page 17-2). Each message is assigned a level of severity, as listed below:
NO_SEVERITY
Informational status message only
INFORMATIONAL
Informational status message only
RECOVERABLE
Error not serious, can be recovered
SERIOUS
Error serious, but unit still operational by correcting error
FATAL
Unit non-operational
Error effects on scripts
Most errors will not abort a running script. The only time a script is aborted is
when a Lua run-time error (error number -286) is detected. Run-time errors are
caused by actions such as trying to index into a variable that is not a table.
Syntax errors (error number -285) in a script/command will not technically abort
the script, but will prevent the script/command from being executed.
Section 17
Error and status messages