aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objc
diff options
context:
space:
mode:
authorGravatar Sergei Epatov <sepatov@readdle.com>2016-02-01 11:48:15 +0200
committerGravatar Sergei Epatov <sepatov@readdle.com>2016-02-01 11:50:54 +0200
commitcd9a226a8e2f3ae69e78a5d4e48a55d92fb484fe (patch)
tree5e66bfc158c586e433ed500b3a1a1aa93d84eb60 /src/objc
parentd01b7c38666b48f55685d6bf0a6304d7a86e4b3f (diff)
Change error prefix to RSMErrorYahoo, change error msg substring to 'over the limit'
Diffstat (limited to 'src/objc')
-rw-r--r--src/objc/abstract/MCOConstants.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/objc/abstract/MCOConstants.h b/src/objc/abstract/MCOConstants.h
index ac87ba28..419d8485 100644
--- a/src/objc/abstract/MCOConstants.h
+++ b/src/objc/abstract/MCOConstants.h
@@ -414,9 +414,9 @@ typedef NS_ENUM(NSInteger, MCOErrorCode) {
/** Error while running custom command */
MCOErrorCustomCommand,
/** Spam was suspected by server */
- MCOErrorSendMessageSpamSuspected,
+ MCOErrorYahooSendMessageSpamSuspected,
/** Daily limit of sent messages was hit */
- MCOErrorSendMessageDailyLimitExceeded,
+ MCOErrorYahooSendMessageDailyLimitExceeded,
/** The count of all errors */
MCOErrorCodeCount,
};