From 4b8c8be9a32a4df34855ada436741ed80367343d Mon Sep 17 00:00:00 2001 From: Lex Berezhny Date: Sun, 29 Jul 2018 21:41:09 -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 7e7732c..39a20f8 100644 --- a/Error-Codes.md +++ b/Error-Codes.md @@ -24,7 +24,7 @@ Code | Name 132 | Failed to parse the configuration file. (Includes the syntax error / line number to help user fix it.) 133 | Configuration file is missing setting that has no default / fallback. 134 | Configuration file has setting with invalid value. -**14x** | Errors while executing commands. +**14x** | Errors preparing to execute commands. 140 | Command does not exist. 141 | Command is deprecated. 142 | Invalid arguments for command.