The Error_Status procedure returns true iff the status is an error status - that is, iff the status severity level is `error'.
Calling syntax:
| Logical = Error(S) |
Input variable:
| S | The status variable to be examined. |
Output variable:
| Error | True iff the status is an error status. |
The Error_Status code listing contains additional documentation.