MCOErrorCode Constants Reference
| Declared in | MCOConstants.h |
MCOErrorCode
Here’s the list of errors.
Definition
typedef NS_ENUM(NSInteger, MCOErrorCode ) {
MCOErrorNone,
MCOErrorConnection,
MCOErrorTLSNotAvailable,
MCOErrorParse,
MCOErrorCertificate,
MCOErrorAuthentication,
MCOErrorGmailIMAPNotEnabled,
MCOErrorGmailExceededBandwidthLimit,
MCOErrorGmailTooManySimultaneousConnections,
MCOErrorMobileMeMoved,
MCOErrorYahooUnavailable,
MCOErrorNonExistantFolder,
MCOErrorRename,
MCOErrorDelete,
MCOErrorCreate,
MCOErrorSubscribe,
MCOErrorAppend,
MCOErrorCopy,
MCOErrorExpunge,
MCOErrorFetch,
MCOErrorIdle,
MCOErrorIdentity,
MCOErrorNamespace,
MCOErrorStore,
MCOErrorCapability,
MCOErrorStartTLSNotAvailable,
MCOErrorSendMessageIllegalAttachment,
MCOErrorStorageLimit,
MCOErrorSendMessageNotAllowed,
MCOErrorNeedsConnectToWebmail,
MCOErrorSendMessage,
MCOErrorAuthenticationRequired,
MCOErrorFetchMessageList,
MCOErrorDeleteMessage,
MCOErrorInvalidAccount,
MCOErrorFile,
MCOErrorCompression,
MCOErrorNoSender,
MCOErrorNoRecipient,
MCOErrorNoop,
MCOErrorGmailApplicationSpecificPasswordRequired,
MCOErrorServerDate,
MCOErrorCodeCount,
};
Constants
MCOErrorNone-
No error occurred.
Declared In
MCOConstants.h. MCOErrorConnection-
It could not connect or it’s been disconnected.
Declared In
MCOConstants.h. MCOErrorTLSNotAvailable-
TLS/SSL connection was not available.
Declared In
MCOConstants.h. MCOErrorParse-
The protocol could not be parsed.
Declared In
MCOConstants.h. MCOErrorCertificate-
Certificate was not valid.
Declared In
MCOConstants.h. MCOErrorAuthentication-
An authentication error occurred.
Declared In
MCOConstants.h. MCOErrorGmailIMAPNotEnabled-
Specific to Gmail: IMAP not enabled.
Declared In
MCOConstants.h. MCOErrorGmailExceededBandwidthLimit-
Specific to Gmail: Exceeded bandwidth limit.
Declared In
MCOConstants.h. MCOErrorGmailTooManySimultaneousConnections-
Specific to Gmail: Too many simultaneous connections.
Declared In
MCOConstants.h. MCOErrorMobileMeMoved-
Specific to Mobile Me: Moved to iCloud.
Declared In
MCOConstants.h. MCOErrorYahooUnavailable-
Specific to Yahoo: not available.
Declared In
MCOConstants.h. MCOErrorNonExistantFolder-
Non existant folder, select failed.
Declared In
MCOConstants.h. MCOErrorRename-
IMAP: Error occurred while renaming a folder.
Declared In
MCOConstants.h. MCOErrorDelete-
IMAP: Error occurred while deleting a folder.
Declared In
MCOConstants.h. MCOErrorCreate-
IMAP: Error occurred while creating a folder.
Declared In
MCOConstants.h. MCOErrorSubscribe-
IMAP: Error occurred while subscribing/unsubcribing to a folder.
Declared In
MCOConstants.h. MCOErrorAppend-
IMAP: Error occurred while adding a message to a folder.
Declared In
MCOConstants.h. MCOErrorCopy-
IMAP: Error occurred while copying a message.
Declared In
MCOConstants.h. MCOErrorExpunge-
IMAP: Error occurred while expunging.
Declared In
MCOConstants.h. MCOErrorFetch-
IMAP: Error occurred while fetching messages.
Declared In
MCOConstants.h. MCOErrorIdle-
IMAP: Error occurred while IDLing.
Declared In
MCOConstants.h. MCOErrorIdentity-
IMAP: Error occurred while sending/getting identity.
Declared In
MCOConstants.h. MCOErrorNamespace-
IMAP: Error occurred while getting namespace.
Declared In
MCOConstants.h. MCOErrorStore-
IMAP: Error occurred while storing flags.
Declared In
MCOConstants.h. MCOErrorCapability-
IMAP: Error wile getting capabilities.
Declared In
MCOConstants.h. MCOErrorStartTLSNotAvailable-
STARTTLS is not available.
Declared In
MCOConstants.h. MCOErrorSendMessageIllegalAttachment-
SMTP: Illegal attachment: certain kind of attachment cannot be sent.
Declared In
MCOConstants.h. MCOErrorStorageLimit-
SMTP: Storage limit: message is probably too big.
Declared In
MCOConstants.h. MCOErrorSendMessageNotAllowed-
SMTP: Sending message is not allowed.
Declared In
MCOConstants.h. MCOErrorNeedsConnectToWebmail-
SMTP: Specific to hotmail. Needs to connect to webmail.
Declared In
MCOConstants.h. MCOErrorSendMessage-
SMTP: Error while sending message.
Declared In
MCOConstants.h. MCOErrorAuthenticationRequired-
SMTP: Authentication required.
Declared In
MCOConstants.h. MCOErrorFetchMessageList-
POP: Error occurred while fetching message list.
Declared In
MCOConstants.h. MCOErrorDeleteMessage-
POP: Error occurred while deleting message.
Declared In
MCOConstants.h. MCOErrorInvalidAccount-
SMTP: Error while checking account.
Declared In
MCOConstants.h. MCOErrorFile-
Error when accessing/reading/writing file.
Declared In
MCOConstants.h. MCOErrorCompression-
IMAP: Error when trying to enable compression.
Declared In
MCOConstants.h. MCOErrorNoSender-
SMTP: Error when no sender has been specified.
Declared In
MCOConstants.h. MCOErrorNoRecipient-
SMTP: Error when no recipient has been specified.
Declared In
MCOConstants.h. MCOErrorNoop-
IMAP: Error when a noop operation fails.
Declared In
MCOConstants.h. MCOErrorGmailApplicationSpecificPasswordRequired-
IMAP: Error when the password has been entered but second factor authentication is enabled: an application specific password is required.
Declared In
MCOConstants.h. MCOErrorServerDate-
NNTP: error when requesting date
Declared In
MCOConstants.h. MCOErrorCodeCount-
The count of all errors
Declared In
MCOConstants.h.
Declared In
MCOConstants.h