X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=src%2Fmodest-error.h;h=a8620cbf13b164eb379ad6a5d91004b340135d16;hb=ac5c3771b950ec505b72b8ef657a2c84df91e2cb;hp=11a1803f4897522f8cfa98c1fea709b5f3153211;hpb=7144b415c73ff52615da3f8743a7801e6efa6bc7;p=modest diff --git a/src/modest-error.h b/src/modest-error.h index 11a1803..a8620cb 100644 --- a/src/modest-error.h +++ b/src/modest-error.h @@ -36,7 +36,8 @@ G_BEGIN_DECLS typedef enum _ModestErrorDomain { - MODEST_MAIL_OPERATION_ERROR + MODEST_MAIL_OPERATION_ERROR, + MODEST_CONF_ERROR, } ModestErrorDomain; typedef enum _ModestErrorCode { @@ -47,6 +48,11 @@ typedef enum _ModestErrorCode { MODEST_MAIL_OPERATION_ERROR_FOLDER_EXISTS, /* Folder to be created exists already. */ MODEST_MAIL_OPERATION_ERROR_RETRIEVAL_NUMBER_LIMIT, /* There were too many messages to retrieve. */ MODEST_MAIL_OPERATION_ERROR_INSTANCE_CREATION_FAILED, + MODEST_MAIL_OPERATION_ERROR_FILE_IO, /* couldn't retrieve a file to construct a mail */ + MODEST_MAIL_OPERATION_ERROR_SEND_QUEUE_ADD_ERROR, + MODEST_MAIL_OPERATION_ERROR_LOW_MEMORY, + + MODEST_CONF_ERROR_INVALID_VALUE, } ModestErrorCode; G_END_DECLS