summaryrefslogtreecommitdiffstats
path: root/error_code.h
diff options
context:
space:
mode:
authorTianjie Xu <xunchang@google.com>2016-07-11 23:04:08 +0200
committerTianjie Xu <xunchang@google.com>2016-07-12 03:37:34 +0200
commit27b9fc8a36757235ac3386d66db7d35820c2eb04 (patch)
treeb6629e0546870dcc3155c318b4060b8ea39f7fad /error_code.h
parentSupport landscape layouts. (diff)
downloadandroid_bootable_recovery-27b9fc8a36757235ac3386d66db7d35820c2eb04.tar
android_bootable_recovery-27b9fc8a36757235ac3386d66db7d35820c2eb04.tar.gz
android_bootable_recovery-27b9fc8a36757235ac3386d66db7d35820c2eb04.tar.bz2
android_bootable_recovery-27b9fc8a36757235ac3386d66db7d35820c2eb04.tar.lz
android_bootable_recovery-27b9fc8a36757235ac3386d66db7d35820c2eb04.tar.xz
android_bootable_recovery-27b9fc8a36757235ac3386d66db7d35820c2eb04.tar.zst
android_bootable_recovery-27b9fc8a36757235ac3386d66db7d35820c2eb04.zip
Diffstat (limited to 'error_code.h')
-rw-r--r--error_code.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/error_code.h b/error_code.h
index 259319ab4..fe38ba476 100644
--- a/error_code.h
+++ b/error_code.h
@@ -21,7 +21,8 @@ enum ErrorCode {
kNoError = -1,
kLowBattery = 20,
kZipVerificationFailure,
- kZipOpenFailure
+ kZipOpenFailure,
+ kBootreasonInBlacklist
};
enum CauseCode {