From 2ef9c99438e5c87651332f47c98da8d397b030e3 Mon Sep 17 00:00:00 2001 From: Determinant Date: Wed, 3 Jul 2019 00:42:21 -0400 Subject: throw exception when attempt to call on stopped ThreadCall --- include/salticidae/util.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/salticidae/util.h') 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 }; -- cgit v1.2.3-70-g09d2