Libraries
toolkit_email_device_api_error_codes.h File Reference

Error codes for the Email Device API (starts at 63001) More...

Macros

#define EMAIL_OPEN_FILE_ERROR   63001
 Error opening a file.
 
#define EMAIL_WRITE_FILE_ERROR   63002
 Error reading a file.
 
#define EMAIL_INVALID_CONFIG_FILE   63003
 Invalid configuration file.
 
#define EMAIL_FAILED_TO_PROVIDE_EMAIL_ACCOUNT_PASSWORD   63004
 Failed to provide email account password.
 
#define EMAIL_FAILED_TO_INIT_TOOLKIT_EMAIL_DEVICE   63005
 Failed to initialize toolkit email device.
 
#define EMAIL_INVALID_TEXT_CELL_PHONE_PRIMITIVE   63006
 Invalid text cell phone primitive.
 
#define EMAIL_INVALID_TO_EMAIL_PRIMITIVE   63007
 Invalid to email primitive.
 
#define EMAIL_INVALID_CC_EMAIL_PRIMITIVE   63008
 Invalid cc email primitive.
 
#define EMAIL_INVALID_SEND_FILE_EMAIL_PRIMITIVE   63009
 Invalid send file primitive.
 
#define EMAIL_NULL_POINTER_ERROR   63010
 Invalid pointer value of NULL.
 
#define EMAIL_MESSAGE_LENGTH_IS_TOO_LONG   63011
 Email message is too long to fit in the message buffer.
 
#define TEXT_MESSAGE_LENGTH_IS_TOO_LONG   63012
 Text message is too long to fit in the text buffer.
 

Detailed Description

Error codes for the Email Device API (starts at 63001)