From 74bfa96b6dedeaffee989692cfb31866e03ede0d Mon Sep 17 00:00:00 2001 From: "Hoa V. Dinh" Date: Mon, 9 Nov 2015 15:47:27 -0800 Subject: Fixed error handling in custom command --- src/objc/abstract/MCOConstants.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/objc') 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, }; -- cgit v1.2.3