From b9d23a09370a225577664053a6c2981a6d28d0c9 Mon Sep 17 00:00:00 2001 From: Lex Berezhny Date: Sun, 29 Jul 2018 21:12:40 -0400 Subject: [PATCH] Updated Error Codes (markdown) --- Error-Codes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Error-Codes.md b/Error-Codes.md index 48c7c25..de188be 100644 --- a/Error-Codes.md +++ b/Error-Codes.md @@ -2,7 +2,7 @@ Proposal for consistent error codes across the entire lbrynet API. Code | Name ---:|--- -**1xx** | **Daemon `start` other CLI command Failures (non-recoverable)** +**1xx** | **Daemon `start` and other CLI command failures (non-recoverable)** **10x** | Meta error codes not presented by `lbrynet` itself but from apps trying to interact with `lbrynet`. 100 | Cannot find the `lbrynet` command. 101 | Permission denied trying to execute `lbrynet` command.