Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3133)

Unified Diff: action_processor.h

Issue 3046007: Add and emit download action error codes. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/update_engine.git
Patch Set: Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | download_action.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: action_processor.h
diff --git a/action_processor.h b/action_processor.h
index f04345df8fd948d0ba16f2f3a2af2875a5a1a8a0..7b1a312d4be841a073b259c61b2050e83513243a 100644
--- a/action_processor.h
+++ b/action_processor.h
@@ -25,6 +25,10 @@ namespace chromeos_update_engine {
enum ActionExitCode {
kActionCodeSuccess = 0,
kActionCodeError = 1,
+ kActionCodeInstallDeviceOpenError = 2,
+ kActionCodeKernelDeviceOpenError = 3,
+ kActionCodeDownloadTransferError = 4,
+ kActionCodeDownloadHashMismatchError = 5,
};
class AbstractAction;
« no previous file with comments | « no previous file | download_action.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698