summaryrefslogtreecommitdiffstats
path: root/error_code.h
diff options
context:
space:
mode:
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 {