summaryrefslogtreecommitdiffstats
path: root/error_code.h
diff options
context:
space:
mode:
authorTianjie Xu <xunchang@google.com>2017-08-23 09:18:07 +0200
committerTianjie Xu <xunchang@google.com>2017-08-23 09:18:07 +0200
commit3fec8c64190b6600c01f383501f55f3b9350c213 (patch)
treedd03bce2f73247f85ca7793665e6f3d3890c4036 /error_code.h
parentMerge "Move Image/ImageChunk/PatchChunk declaration into header files" (diff)
downloadandroid_bootable_recovery-3fec8c64190b6600c01f383501f55f3b9350c213.tar
android_bootable_recovery-3fec8c64190b6600c01f383501f55f3b9350c213.tar.gz
android_bootable_recovery-3fec8c64190b6600c01f383501f55f3b9350c213.tar.bz2
android_bootable_recovery-3fec8c64190b6600c01f383501f55f3b9350c213.tar.lz
android_bootable_recovery-3fec8c64190b6600c01f383501f55f3b9350c213.tar.xz
android_bootable_recovery-3fec8c64190b6600c01f383501f55f3b9350c213.tar.zst
android_bootable_recovery-3fec8c64190b6600c01f383501f55f3b9350c213.zip
Diffstat (limited to 'error_code.h')
-rw-r--r--error_code.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/error_code.h b/error_code.h
index 4cbad4cfe..4e3032bc9 100644
--- a/error_code.h
+++ b/error_code.h
@@ -25,6 +25,9 @@ enum ErrorCode {
kBootreasonInBlacklist,
kPackageCompatibilityFailure,
kScriptExecutionFailure,
+ kMapFileFailure,
+ kForkUpdateBinaryFailure,
+ kUpdateBinaryCommandFailure,
};
enum CauseCode {