diff options
Diffstat (limited to 'error_code.h')
-rw-r--r-- | error_code.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/error_code.h b/error_code.h index 09ea82019..dfea0eb38 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 { @@ -45,7 +46,7 @@ enum CauseCode { enum UncryptErrorCode { kUncryptNoError = -1, - kUncryptErrorHolder = 50, + kUncryptErrorPlaceholder = 50, kUncryptTimeoutError = 100, kUncryptFileRemoveError, kUncryptFileOpenError, |