Error Handling
- Last UpdatedJan 26, 2023
- 1 minute read
Errors from programs can be of different kinds and originate from different sources:
-
Run-time errors from the operating system.
-
Errors from the basic procedure package.
-
Error messages from programs.
This document describes the principles of handling these categories of errors in a program. Variations may occur in different programs, especially for errors in category 3.