Add GitErrorCode to apply command

This commit is contained in:
Rachel Macfarlane
2018-12-07 10:20:54 -08:00
parent 1054c555b5
commit e27511826f
2 changed files with 10 additions and 1 deletions

View File

@@ -214,4 +214,5 @@ export const enum GitErrorCodes {
WrongCase = 'WrongCase',
CantLockRef = 'CantLockRef',
CantRebaseMultipleBranches = 'CantRebaseMultipleBranches',
PatchDoesNotApply = 'PatchDoesNotApply'
}