summaryrefslogtreecommitdiffstats
path: root/error_code.h
diff options
context:
space:
mode:
authorTianjie Xu <xunchang@google.com>2017-05-03 01:07:18 +0200
committerTianjie Xu <xunchang@google.com>2017-05-03 07:52:03 +0200
commite0c88793d184648a8d08b5d925b21cc6c9623ffc (patch)
treeef054fd1d7c3e2061dec1b5a4748830c723977de /error_code.h
parentMerge "Separate libupdate_verifier module and add testcases." (diff)
downloadandroid_bootable_recovery-e0c88793d184648a8d08b5d925b21cc6c9623ffc.tar
android_bootable_recovery-e0c88793d184648a8d08b5d925b21cc6c9623ffc.tar.gz
android_bootable_recovery-e0c88793d184648a8d08b5d925b21cc6c9623ffc.tar.bz2
android_bootable_recovery-e0c88793d184648a8d08b5d925b21cc6c9623ffc.tar.lz
android_bootable_recovery-e0c88793d184648a8d08b5d925b21cc6c9623ffc.tar.xz
android_bootable_recovery-e0c88793d184648a8d08b5d925b21cc6c9623ffc.tar.zst
android_bootable_recovery-e0c88793d184648a8d08b5d925b21cc6c9623ffc.zip
Diffstat (limited to 'error_code.h')
-rw-r--r--error_code.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/error_code.h b/error_code.h
index cde4ee6de..0e79c87ca 100644
--- a/error_code.h
+++ b/error_code.h
@@ -24,6 +24,7 @@ enum ErrorCode {
kZipOpenFailure,
kBootreasonInBlacklist,
kPackageCompatibilityFailure,
+ kScriptExecutionFailure,
};
enum CauseCode {