X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=src%2Fmodest-error.h;h=0a883c612a214a1f0525de735239733f4e9cb22e;hb=9ea147e8320eee67b0067927c6ac1f0118588454;hp=4d269bf6a992491b82d6a975af7199acd541240c;hpb=031ae6f8cc47ade24a6b12cfbdeb8c498c59c3f4;p=modest diff --git a/src/modest-error.h b/src/modest-error.h index 4d269bf..0a883c6 100644 --- a/src/modest-error.h +++ b/src/modest-error.h @@ -40,9 +40,13 @@ typedef enum _ModestErrorDomain { } ModestErrorDomain; typedef enum _ModestErrorCode { - MODEST_MAIL_OPERATION_ERROR_BAD_ACCOUNT, - MODEST_MAIL_OPERATION_ERROR_MISSING_PARAMETER, - MODEST_MAIL_OPERATION_ERROR_OPERATION_CANCELED + MODEST_MAIL_OPERATION_ERROR_BAD_PARAMETER, + MODEST_MAIL_OPERATION_ERROR_OPERATION_CANCELED, + MODEST_MAIL_OPERATION_ERROR_ITEM_NOT_FOUND, + MODEST_MAIL_OPERATION_ERROR_FOLDER_RULES, + MODEST_MAIL_OPERATION_ERROR_MESSAGE_SIZE_LIMIT, /* A message was too big to retrieve. */ + MODEST_MAIL_OPERATION_ERROR_RETRIEVAL_NUMBER_LIMIT, /* There were too many messages to retrieve. */ + MODEST_MAIL_OPERATION_ERROR_INSTANCE_CREATION_FAILED, } ModestErrorCode; G_END_DECLS