diff options
Diffstat (limited to 'error_code.h')
-rw-r--r-- | error_code.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/error_code.h b/error_code.h index 0e79c87ca..9fe047c91 100644 --- a/error_code.h +++ b/error_code.h @@ -44,6 +44,7 @@ enum CauseCode { kTune2FsFailure, kRebootFailure, kPackageExtractFileFailure, + kPatchApplicationFailure, kVendorFailure = 200 }; |