aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objc
diff options
context:
space:
mode:
authorGravatar Hoà V. DINH <dinh.viet.hoa@gmail.com>2016-02-01 07:22:01 -0800
committerGravatar Hoà V. DINH <dinh.viet.hoa@gmail.com>2016-02-01 07:22:01 -0800
commit897b4a23d27984b06dd2caf441268ef4b6ad9d67 (patch)
tree02d9d3822c40ae130349394171173aaec9d6a6f1 /src/objc
parent1e6ee0892bd85fbcba26d3929da3b536d735c453 (diff)
parentcd9a226a8e2f3ae69e78a5d4e48a55d92fb484fe (diff)
Merge pull request #1343 from serjepatoff/master
2 new error codes
Diffstat (limited to 'src/objc')
-rw-r--r--src/objc/abstract/MCOConstants.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/objc/abstract/MCOConstants.h b/src/objc/abstract/MCOConstants.h
index 54648a0f..419d8485 100644
--- a/src/objc/abstract/MCOConstants.h
+++ b/src/objc/abstract/MCOConstants.h
@@ -413,6 +413,10 @@ typedef NS_ENUM(NSInteger, MCOErrorCode) {
MCOErrorNoValidServerFound,
/** Error while running custom command */
MCOErrorCustomCommand,
+ /** Spam was suspected by server */
+ MCOErrorYahooSendMessageSpamSuspected,
+ /** Daily limit of sent messages was hit */
+ MCOErrorYahooSendMessageDailyLimitExceeded,
/** The count of all errors */
MCOErrorCodeCount,
};