Errors


Defines

#define POSTAL_STATUS_IMAP_ACCOUNT_NOT_VALIDATED   ALP_POSTAL_ERROR_DECLARE(ALP_CLASS_POSTAL_IMAP, 12)
#define POSTAL_STATUS_IMAP_AUTH_COULD_NOT_AUTHENTICATE   ALP_POSTAL_ERROR_DECLARE(ALP_CLASS_POSTAL_IMAP, 4)
#define POSTAL_STATUS_IMAP_BAD_GREETING   ALP_POSTAL_ERROR_DECLARE(ALP_CLASS_POSTAL_IMAP, 5)
#define POSTAL_STATUS_IMAP_FOLDER_LOCKED   ALP_POSTAL_ERROR_DECLARE(ALP_CLASS_POSTAL_IMAP, 10)
#define POSTAL_STATUS_IMAP_INVALID_SERVER_RESPONSE   ALP_POSTAL_ERROR_DECLARE(ALP_CLASS_POSTAL_IMAP, 6)
#define POSTAL_STATUS_IMAP_RECEIVE_COMMAND_ERROR   ALP_POSTAL_ERROR_DECLARE(ALP_CLASS_POSTAL_IMAP, 7)
#define POSTAL_STATUS_IMAP_SELECT_FOLDER_FAILED   ALP_POSTAL_ERROR_DECLARE(ALP_CLASS_POSTAL_IMAP, 11)
#define POSTAL_STATUS_IMAP_SEND_DONE_REMAINED_OUTBOX   ALP_POSTAL_ERROR_DECLARE(ALP_CLASS_POSTAL_IMAP, 9)
#define POSTAL_STATUS_IMAP_SEND_NO_MESSAGES_SENT   ALP_POSTAL_ERROR_DECLARE(ALP_CLASS_POSTAL_IMAP, 8)
#define POSTAL_STATUS_IMAP_SESSION_NOT_FOUND   ALP_POSTAL_ERROR_DECLARE(ALP_CLASS_POSTAL_IMAP, 13)
#define POSTAL_STATUS_IMAP_TCP_COULD_NOT_CONNECT   ALP_POSTAL_ERROR_DECLARE(ALP_CLASS_POSTAL_IMAP, 1)
#define POSTAL_STATUS_IMAP_TCP_LOST_CONNECTION_ERROR   ALP_POSTAL_ERROR_DECLARE(ALP_CLASS_POSTAL_IMAP, 3)
#define POSTAL_STATUS_IMAP_TCP_USER_CANCEL_ERROR   ALP_POSTAL_ERROR_DECLARE(ALP_CLASS_POSTAL_IMAP, 2)


Define Documentation

#define POSTAL_STATUS_IMAP_ACCOUNT_NOT_VALIDATED   ALP_POSTAL_ERROR_DECLARE(ALP_CLASS_POSTAL_IMAP, 12)
 

The account we're trying to process has not been validated.

#define POSTAL_STATUS_IMAP_AUTH_COULD_NOT_AUTHENTICATE   ALP_POSTAL_ERROR_DECLARE(ALP_CLASS_POSTAL_IMAP, 4)
 

Auth failure, Unable to authenticate.

#define POSTAL_STATUS_IMAP_BAD_GREETING   ALP_POSTAL_ERROR_DECLARE(ALP_CLASS_POSTAL_IMAP, 5)
 

Auth failure, Bad server greeting.

#define POSTAL_STATUS_IMAP_FOLDER_LOCKED   ALP_POSTAL_ERROR_DECLARE(ALP_CLASS_POSTAL_IMAP, 10)
 

A target folder is LOCK, Folder currently locked.

#define POSTAL_STATUS_IMAP_INVALID_SERVER_RESPONSE   ALP_POSTAL_ERROR_DECLARE(ALP_CLASS_POSTAL_IMAP, 6)
 

The invalid response reception, Bad server response.

#define POSTAL_STATUS_IMAP_RECEIVE_COMMAND_ERROR   ALP_POSTAL_ERROR_DECLARE(ALP_CLASS_POSTAL_IMAP, 7)
 

The response of the command was an error, Failed receiving protocol.

#define POSTAL_STATUS_IMAP_SELECT_FOLDER_FAILED   ALP_POSTAL_ERROR_DECLARE(ALP_CLASS_POSTAL_IMAP, 11)
 

The folder does not exist.

#define POSTAL_STATUS_IMAP_SEND_DONE_REMAINED_OUTBOX   ALP_POSTAL_ERROR_DECLARE(ALP_CLASS_POSTAL_IMAP, 9)
 

A few message sent done, but remained outbox message, Some messages unsent.

#define POSTAL_STATUS_IMAP_SEND_NO_MESSAGES_SENT   ALP_POSTAL_ERROR_DECLARE(ALP_CLASS_POSTAL_IMAP, 8)
 

No messages sent, Unable to send.

#define POSTAL_STATUS_IMAP_SESSION_NOT_FOUND   ALP_POSTAL_ERROR_DECLARE(ALP_CLASS_POSTAL_IMAP, 13)
 

Supposing plugin receives a session event and the sessionId does not exist.

#define POSTAL_STATUS_IMAP_TCP_COULD_NOT_CONNECT   ALP_POSTAL_ERROR_DECLARE(ALP_CLASS_POSTAL_IMAP, 1)
 

TCP Layer return an error, Unable to connect.

#define POSTAL_STATUS_IMAP_TCP_LOST_CONNECTION_ERROR   ALP_POSTAL_ERROR_DECLARE(ALP_CLASS_POSTAL_IMAP, 3)
 

TCP Layer return an error, Connection failed.

#define POSTAL_STATUS_IMAP_TCP_USER_CANCEL_ERROR   ALP_POSTAL_ERROR_DECLARE(ALP_CLASS_POSTAL_IMAP, 2)
 

TCP Layer return an error, Operation Cancelled.


Generated on Wed Jul 30 07:06:41 2008 by Doxygen 1.4.6 for ALP SDK + Hiker Documentation

Copyright © 1999-2008 ACCESS CO., LTD. All rights reserved.