blob: e5d56d922b26cc53f10ab330aebf73adec3b801d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
# ERROR.H -- Error handling definitions.
define SZ_XERMSG SZ_LINE # max length error message string
define EA_FATAL 1 # take "fatal" error action
define EA_ERROR 2 # take "error" error action
define EA_WARN 3 # print warning message
define EA_RESTART -99 # used by the system
define SYS_XACV 501 # Exceptions
define SYS_XARITH 502 # ALSO DEFINED in syserr.h
define SYS_XINT 503
|