aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objc
diff options
context:
space:
mode:
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,
};