summaryrefslogtreecommitdiff
path: root/src/include/ErrorCodes.h
diff options
context:
space:
mode:
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