Updated Error Codes (markdown)

Lex Berezhny 2018-07-29 21:40:03 -04:00
parent e0f8b6a5b4
commit 91a80f06ae

@ -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.