The "severe" errors are primarily caused by internal problems (e.g. insufficient storage space on the hard disk for administrative information) or script errors (e.g. unresolved references).
If a "severe" error occurs than a restart is only possible under certain conditions (see section “Restart”).
"Severe" errors cannot be intercepted by the faulthandler (default). In this case, it is necessary to write an explicit faulthandler (case) (see section “case”).
Error codes | Description |
| Termination by the user. |
| A general error has occurred. |
| The functionality is not supported. |
| A serious error has occurred. |
| A parameter error has occurred. |
| A parameter lies outside the value range. |
| Error during restart (see section “Restart”). |
| A reference is invalid (not present or circular). |
| A resource error has occurred (e.g. not enough storage space). |
| A syntax error has occurred. |