X-Git-Url: https://git.madduck.net/code/vcsh.git/blobdiff_plain/935df7b27742bd2677fe8b74586ece85e138de68..06ec458ca587225479229634a2942dbaa02bf9a9:/doc/error_codes.md diff --git a/doc/error_codes.md b/doc/error_codes.md index 70496b5..49cb084 100644 --- a/doc/error_codes.md +++ b/doc/error_codes.md @@ -1,7 +1,7 @@ * 0: OK * 1: Generic error -* 10: Init failed because $GIT_DIR exists -* 11: Could not enter $GIT_WORK_TREE +* 10: Init failed because $GIT\_DIR exists +* 11: Could not enter $GIT\_WORK\_TREE * 12: No repository found * 13: Required directory exists but is not a directory * 16: Potentially harmful operation aborted @@ -13,5 +13,7 @@ * 53: Could not move file * 54: Directory exists * 55: File exists - -* 99: Error code reserved for actions that should never happen +* 56: +* 57: Could not write to file +* 57: Could not delete directory +* 59: Could not delete file