X-Git-Url: https://git.madduck.net/code/vcsh.git/blobdiff_plain/8ec994a32fa7ddf95b6fab261265d731ae7dfc92..10c7871c75b7e5406ec2126ef372d9af9a9fa823:/doc/error_codes.md diff --git a/doc/error_codes.md b/doc/error_codes.md index a6cc903..e127e7d 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,3 +11,9 @@ * 51: Could not create file * 52: Could not move directory * 53: Could not move file +* 54: Directory exists +* 55: File exists +* 56: +* 57: Could not write to file +* 57: Could not delete directory +* 59: Could not delete file