summaryrefslogtreecommitdiff
path: root/common/error_code.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/error_code.h')
-rw-r--r--common/error_code.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/error_code.h b/common/error_code.h
index e473a05f..a8898886 100644
--- a/common/error_code.h
+++ b/common/error_code.h
@@ -85,6 +85,8 @@ enum class ErrorCode : int {
kUnresolvedHostRecovered = 59,
kNotEnoughSpace = 60,
kDeviceCorrupted = 61,
+ kPackageExcludedFromUpdate = 62,
+ kPostInstallMountError = 63,
// VERY IMPORTANT! When adding new error codes:
//