check for revision mismatch errors in notify

This commit is contained in:
Robin Appelman 2017-08-17 16:12:11 +02:00
commit 206d6aa118
3 changed files with 34 additions and 0 deletions

View file

@ -27,4 +27,5 @@ class ErrorCodes {
const NotADirectory = 'NT_STATUS_NOT_A_DIRECTORY';
const SharingViolation = 'NT_STATUS_SHARING_VIOLATION';
const InvalidParameter = 'NT_STATUS_INVALID_PARAMETER';
const RevisionMismatch = 'NT_STATUS_REVISION_MISMATCH';
}