aboutsummaryrefslogtreecommitdiff
path: root/include/salticidae/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/salticidae/util.h')
-rw-r--r--include/salticidae/util.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/salticidae/util.h b/include/salticidae/util.h
index ee0fbe3..3196042 100644
--- a/include/salticidae/util.h
+++ b/include/salticidae/util.h
@@ -101,8 +101,11 @@ enum SalticidaeErrorCode {
SALTI_ERROR_TLS_KEY_NOT_MATCH,
SALTI_ERROR_TLS_NO_PEER_CERT,
SALTI_ERROR_FD,
+ SALTI_ERROR_LIBUV_INIT,
+ SALTI_ERROR_LIBUV_START,
SALTI_ERROR_RAND_SOURCE,
SALTI_ERROR_CONN_NOT_READY,
+ SALTI_ERROR_NOT_AVAIL,
SALTI_ERROR_UNKNOWN
};