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 --- src/util.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src') diff --git a/src/util.cpp b/src/util.cpp index 7af1255..19b6915 100644 --- a/src/util.cpp +++ b/src/util.cpp @@ -58,8 +58,11 @@ const char *SALTICIDAE_ERROR_STRINGS[] = { "tls key does not match the cert", "tls fail to get peer cert", "fd error", + "libuv init failed", + "libuv start failed", "rand source is not available, try again", "connection is not ready", + "operation not available", "unknown error" }; -- cgit v1.2.3