aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objc
diff options
context:
space:
mode:
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,
};