summaryrefslogtreecommitdiff
path: root/src/include/ErrorCodes.h
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-04-22 14:26:53 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-04-22 14:26:53 +0000
commit0b227c37425c33f1d87e8414a19ed2f12600ffd9 (patch)
tree7338e5dbed049b3189df3fba48fe87a2d0690d74 /src/include/ErrorCodes.h
parentb8a990eee99d27d1b1382208c60a2996c56d4ea3 (diff)
Initial stuff for adding errorcodes ... Tom I still can't find
the one you say is in Cactus3.0? git-svn-id: http://svn.cactuscode.org/flesh/trunk@490 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/include/ErrorCodes.h')
-rw-r--r--src/include/ErrorCodes.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/include/ErrorCodes.h b/src/include/ErrorCodes.h
new file mode 100644
index 00000000..70cc66d8
--- /dev/null
+++ b/src/include/ErrorCodes.h
@@ -0,0 +1,5 @@
+
+#define ERROR_INDEXNOTINRANGE -101
+#define ERROR_SUCCESS 100
+#define ERROR_COORDNOTFOUND -102
+#define ERROR_MEMORY -103