X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=src%2Fmodest-error.h;h=11a1803f4897522f8cfa98c1fea709b5f3153211;hp=092eee1c127ce068e20ee183f6e094322e0d7944;hb=ab8f1b74bd81753cf93ec2d1664dc2d101ee2267;hpb=cf600fb8c82e4f29a64a11b53361aa1f98a40f8c diff --git a/src/modest-error.h b/src/modest-error.h index 092eee1..11a1803 100644 --- a/src/modest-error.h +++ b/src/modest-error.h @@ -40,12 +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_BAD_PARAMETER, MODEST_MAIL_OPERATION_ERROR_OPERATION_CANCELED, MODEST_MAIL_OPERATION_ERROR_ITEM_NOT_FOUND, - MODEST_MAIL_OPERATION_ERROR_INTERNAL, - + MODEST_MAIL_OPERATION_ERROR_FOLDER_RULES, + 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, } ModestErrorCode; G_END_DECLS