summaryrefslogtreecommitdiffstats
path: root/error_code.h
diff options
context:
space:
mode:
authorTianjie Xu <xunchang@google.com>2017-05-24 20:42:00 +0200
committerGerrit Code Review <noreply-gerritcodereview@google.com>2017-05-24 20:42:02 +0200
commit9c1a1147894c61e4efd35e0a9d941b498f9d727a (patch)
tree6ccc20bb5be3a08af14e1c56dbf332decb6eafe2 /error_code.h
parentMerge "Print SHA1 of the patch if bsdiff fails with data error" (diff)
parentRetry the update if ApplyBSDiffPatch | ApplyImagePatch fails (diff)
downloadandroid_bootable_recovery-9c1a1147894c61e4efd35e0a9d941b498f9d727a.tar
android_bootable_recovery-9c1a1147894c61e4efd35e0a9d941b498f9d727a.tar.gz
android_bootable_recovery-9c1a1147894c61e4efd35e0a9d941b498f9d727a.tar.bz2
android_bootable_recovery-9c1a1147894c61e4efd35e0a9d941b498f9d727a.tar.lz
android_bootable_recovery-9c1a1147894c61e4efd35e0a9d941b498f9d727a.tar.xz
android_bootable_recovery-9c1a1147894c61e4efd35e0a9d941b498f9d727a.tar.zst
android_bootable_recovery-9c1a1147894c61e4efd35e0a9d941b498f9d727a.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 0e79c87ca..9fe047c91 100644
--- a/error_code.h
+++ b/error_code.h
@@ -44,6 +44,7 @@ enum CauseCode {
kTune2FsFailure,
kRebootFailure,
kPackageExtractFileFailure,
+ kPatchApplicationFailure,
kVendorFailure = 200
};