diff options
author | Determinant <[email protected]> | 2019-07-03 00:42:21 -0400 |
---|---|---|
committer | Determinant <[email protected]> | 2019-07-03 00:42:21 -0400 |
commit | 2ef9c99438e5c87651332f47c98da8d397b030e3 (patch) | |
tree | 7c79da536fa4b7b26c5fd595abfb944061a9ca33 /src | |
parent | b7e06f0f00710765113bbc560fcbaf39e466cbce (diff) |
throw exception when attempt to call on stopped ThreadCall
Diffstat (limited to 'src')
-rw-r--r-- | src/util.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
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" }; |