aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDeterminant <ted.sybil@gmail.com>2019-07-03 00:42:21 -0400
committerDeterminant <ted.sybil@gmail.com>2019-07-03 00:42:21 -0400
commit2ef9c99438e5c87651332f47c98da8d397b030e3 (patch)
tree7c79da536fa4b7b26c5fd595abfb944061a9ca33 /src
parentb7e06f0f00710765113bbc560fcbaf39e466cbce (diff)
throw exception when attempt to call on stopped ThreadCall
Diffstat (limited to 'src')
-rw-r--r--src/util.cpp3
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"
};