diff options
Diffstat (limited to 'common/error_code_utils.cc')
-rw-r--r-- | common/error_code_utils.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/error_code_utils.cc b/common/error_code_utils.cc index dc9eaf4a..ad4aeeb0 100644 --- a/common/error_code_utils.cc +++ b/common/error_code_utils.cc @@ -142,6 +142,8 @@ string ErrorCodeToString(ErrorCode code) { return "ErrorCode::kFilesystemVerifierError"; case ErrorCode::kUserCanceled: return "ErrorCode::kUserCanceled"; + case ErrorCode::kNonCriticalUpdateInOOBE: + return "ErrorCode::kNonCriticalUpdateInOOBE"; // Don't add a default case to let the compiler warn about newly added // error codes which should be added here. } |