summaryrefslogtreecommitdiffstats
path: root/error_code.h
diff options
context:
space:
mode:
authorTianjie Xu <xunchang@google.com>2017-08-25 00:37:12 +0200
committerandroid-build-merger <android-build-merger@google.com>2017-08-25 00:37:12 +0200
commit639fce1c4d8783dc7d144e49afc3169fd2645453 (patch)
treec8e29557d75109aac3c8dfd421870bae60d60a1d /error_code.h
parentMerge "Allow comparison against multi serial nums for A/B package" am: 3810046a55 am: e8b02d68e5 am: 968ebdeefd (diff)
parentMerge "Add missing report of error code under recovery" am: 571855b0e6 (diff)
downloadandroid_bootable_recovery-639fce1c4d8783dc7d144e49afc3169fd2645453.tar
android_bootable_recovery-639fce1c4d8783dc7d144e49afc3169fd2645453.tar.gz
android_bootable_recovery-639fce1c4d8783dc7d144e49afc3169fd2645453.tar.bz2
android_bootable_recovery-639fce1c4d8783dc7d144e49afc3169fd2645453.tar.lz
android_bootable_recovery-639fce1c4d8783dc7d144e49afc3169fd2645453.tar.xz
android_bootable_recovery-639fce1c4d8783dc7d144e49afc3169fd2645453.tar.zst
android_bootable_recovery-639fce1c4d8783dc7d144e49afc3169fd2645453.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 {