summaryrefslogtreecommitdiff
path: root/testing/hstox/errors.h
diff options
context:
space:
mode:
Diffstat (limited to 'testing/hstox/errors.h')
-rw-r--r--testing/hstox/errors.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/hstox/errors.h b/testing/hstox/errors.h
new file mode 100644
index 00000000..42bf864a
--- /dev/null
+++ b/testing/hstox/errors.h
@@ -0,0 +1,11 @@
1#define E_OK 0
2#define E_NOMEM 1
3#define E_SOCKET 2
4#define E_BIND 3
5#define E_LISTEN 4
6#define E_ACCEPT 5
7#define E_PARSE 6
8#define E_OPEN 7
9#define E_READ 8
10#define E_WRITE 9
11#define E_SODIUM 10