X-Git-Url: https://git.madduck.net/code/vcsh.git/blobdiff_plain/68c93dceb42ee275b339d421bbf77eaf62363d31..935df7b27742bd2677fe8b74586ece85e138de68:/doc/error_codes.md?ds=inline diff --git a/doc/error_codes.md b/doc/error_codes.md index e663644..70496b5 100644 --- a/doc/error_codes.md +++ b/doc/error_codes.md @@ -4,8 +4,6 @@ * 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,7 @@ * 51: Could not create file * 52: Could not move directory * 53: Could not move file +* 54: Directory exists +* 55: File exists * 99: Error code reserved for actions that should never happen