aboutsummaryrefslogtreecommitdiff
path: root/lib/error.h
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2015-07-08 20:46:52 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2015-07-08 20:46:52 -0400
commitfa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 (patch)
treebdda434976bc09c864f2e4fa6f16ba1952b1e555 /lib/error.h
downloadiraf-linux-fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4.tar.gz
Initial commit
Diffstat (limited to 'lib/error.h')
-rw-r--r--lib/error.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/error.h b/lib/error.h
new file mode 100644
index 00000000..e5d56d92
--- /dev/null
+++ b/lib/error.h
@@ -0,0 +1,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