X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=src%2Fmodest-error.h;h=a8620cbf13b164eb379ad6a5d91004b340135d16;hb=d3899597d8fb99461ceda427b4fd1ffcd4ae0379;hp=e9295172ba34607586a2bc014df28a42e26196f2;hpb=587841e2cb7a496338354f15385eea4deee3a3e1;p=modest diff --git a/src/modest-error.h b/src/modest-error.h index e929517..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 { @@ -50,6 +51,8 @@ typedef enum _ModestErrorCode { 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