X-Git-Url: https://git.madduck.net/code/vcsh.git/blobdiff_plain/af9c23df7371cd61f8efb60a0654dda3f30f0370..5245aa481f117049480de35d6b8eb984701ae72f:/doc/error_codes.md diff --git a/doc/error_codes.md b/doc/error_codes.md index e663644..49cb084 100644 --- a/doc/error_codes.md +++ b/doc/error_codes.md @@ -1,11 +1,9 @@ * 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 -* 14: Could not create directory -* 15: Could not create file * 16: Potentially harmful operation aborted * 17: Files that would be overwritten exist; fix manually @@ -13,5 +11,9 @@ * 51: Could not create file * 52: Could not move directory * 53: Could not move file - -* 99: Error code reserved for actions that should never happen +* 54: Directory exists +* 55: File exists +* 56: +* 57: Could not write to file +* 57: Could not delete directory +* 59: Could not delete file