From aa525642c3c215b885f861e3cc9f410e4d855290 Mon Sep 17 00:00:00 2001 From: Lex Berezhny Date: Sun, 29 Jul 2018 21:24:25 -0400 Subject: [PATCH] Updated Error Codes (markdown) --- Error-Codes.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Error-Codes.md b/Error-Codes.md index 4860504..fa2be3b 100644 --- a/Error-Codes.md +++ b/Error-Codes.md @@ -24,6 +24,8 @@ Code | Name 140 | Command does not exist. 141 | Command is deprecated. 142 | Invalid arguments for command. +143 | Command is temporarily unavailable. (such as waiting for required components to start) +144 | Command is permanently unavailable. (such as when required component was intentionally configured not to start) **2xx** | **Networking** **20x** | General connectivity. 201 | No internet connection.