From 91a80f06ae589e52102ef899e7ff203bd90e6736 Mon Sep 17 00:00:00 2001 From: Lex Berezhny Date: Sun, 29 Jul 2018 21:40:03 -0400 Subject: [PATCH] Updated Error Codes (markdown) --- Error-Codes.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Error-Codes.md b/Error-Codes.md index c9ddcb7..7e7732c 100644 --- a/Error-Codes.md +++ b/Error-Codes.md @@ -8,6 +8,10 @@ Code | Name 101 | Permission denied trying to execute `lbrynet` command. 102 | Executing `lbrynet` command does not produce any result. 103 | Executing `lbrynet` produces a result that is not normal (eg. a segfault). +104 | Failed to establish HTTP connection to `lbrynet`. (Is it running?) +105 | HTTP connection established but daemon is not responding to commands. +106 | Failed to establish WebSocket connection to `lbrynet`. (Is it running?) +107 | WebSocket connection established but daemon is not responding to commands. **11x** | Enough of `lbrynet` was able to start to determine external factors causing eventual failure. 110 | Out of disk space. 111 | Out of RAM.