aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objc
diff options
context:
space:
mode:
authorGravatar Hoa V. Dinh <dinh.viet.hoa@gmail.com>2015-11-09 15:47:27 -0800
committerGravatar Hoa V. Dinh <dinh.viet.hoa@gmail.com>2015-11-09 15:47:27 -0800
commit74bfa96b6dedeaffee989692cfb31866e03ede0d (patch)
tree8a68eb3a8a78cef1b432c72f8bcb4a93f122a805 /src/objc
parentc41ed58043f57e05d0e6fe20b2e4f95dae1e95cb (diff)
Fixed error handling in custom command
Diffstat (limited to 'src/objc')
-rw-r--r--src/objc/abstract/MCOConstants.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/objc/abstract/MCOConstants.h b/src/objc/abstract/MCOConstants.h
index e4cbebef..54648a0f 100644
--- a/src/objc/abstract/MCOConstants.h
+++ b/src/objc/abstract/MCOConstants.h
@@ -411,6 +411,8 @@ typedef NS_ENUM(NSInteger, MCOErrorCode) {
MCOErrorServerDate,
/** No valid server found */
MCOErrorNoValidServerFound,
+ /** Error while running custom command */
+ MCOErrorCustomCommand,
/** The count of all errors */
MCOErrorCodeCount,
};