diff options
author | 2016-05-11 23:39:28 -0700 | |
---|---|---|
committer | 2016-05-11 23:39:28 -0700 | |
commit | c9ab1686579a7368d9a81335160d563186cdfbdc (patch) | |
tree | 19b9d4168ade5874c43465db8d34eabe673c4ae0 /src/objc/abstract | |
parent | 5c856703c1a1683fd5494e7e584bd214bcc3990a (diff) |
Added error code
Diffstat (limited to 'src/objc/abstract')
-rw-r--r-- | src/objc/abstract/MCOConstants.h | 2 |
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, }; |