aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objc
diff options
context:
space:
mode:
authorGravatar Hoa V. DINH <dinh.viet.hoa@gmail.com>2016-05-11 23:39:28 -0700
committerGravatar Hoa V. DINH <dinh.viet.hoa@gmail.com>2016-05-11 23:39:28 -0700
commitc9ab1686579a7368d9a81335160d563186cdfbdc (patch)
tree19b9d4168ade5874c43465db8d34eabe673c4ae0 /src/objc
parent5c856703c1a1683fd5494e7e584bd214bcc3990a (diff)
Added error code
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 05e6f00f..b2a890ab 100644
--- a/src/objc/abstract/MCOConstants.h
+++ b/src/objc/abstract/MCOConstants.h
@@ -419,6 +419,8 @@ typedef NS_ENUM(NSInteger, MCOErrorCode) {
MCOErrorYahooSendMessageSpamSuspected,
/** Daily limit of sent messages was hit */
MCOErrorYahooSendMessageDailyLimitExceeded,
+ /** You need to login via the web browser first */
+ MCOErrorOutlookLoginViaWebBrowser,
/** The count of all errors */
MCOErrorCodeCount,
};