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, 4 insertions, 0 deletions
diff --git a/src/objc/abstract/MCOConstants.h b/src/objc/abstract/MCOConstants.h
index 54648a0f..ac87ba28 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 */
+ MCOErrorSendMessageSpamSuspected,
+ /** Daily limit of sent messages was hit */
+ MCOErrorSendMessageDailyLimitExceeded,
/** The count of all errors */
MCOErrorCodeCount,
};