summaryrefslogtreecommitdiffstats
path: root/error_code.h
diff options
context:
space:
mode:
authorTianjie Xu <xunchang@google.com>2017-05-03 19:51:41 +0200
committerandroid-build-merger <android-build-merger@google.com>2017-05-03 19:51:41 +0200
commit445d25d0767f0502617036eccb5f40447952e8bc (patch)
tree65b11858e41b2a8cc88cd82215d40cca1a8140b0 /error_code.h
parentMerge "Move sysMapFile and sysReleaseMap into MemMapping class." am: fe7eecff4c am: 08d9ede8f2 am: b3eeb817ab (diff)
parentMerge "Add a default error code when updater script aborts" am: 89394632b1 am: 18bb9a4f26 (diff)
downloadandroid_bootable_recovery-445d25d0767f0502617036eccb5f40447952e8bc.tar
android_bootable_recovery-445d25d0767f0502617036eccb5f40447952e8bc.tar.gz
android_bootable_recovery-445d25d0767f0502617036eccb5f40447952e8bc.tar.bz2
android_bootable_recovery-445d25d0767f0502617036eccb5f40447952e8bc.tar.lz
android_bootable_recovery-445d25d0767f0502617036eccb5f40447952e8bc.tar.xz
android_bootable_recovery-445d25d0767f0502617036eccb5f40447952e8bc.tar.zst
android_bootable_recovery-445d25d0767f0502617036eccb5f40447952e8bc.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 {