aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-exception-list.def
diff options
context:
space:
mode:
authorbertrand <Bertrand.Guiheneuf@aful.org>1999-12-22 07:17:03 +0800
committerBertrand Guiheneuf <bertrand@src.gnome.org>1999-12-22 07:17:03 +0800
commitfe17c009802b6f07df28a3c723c9520b5b8b08f7 (patch)
tree03bbe0594af041d2ca0f04c1d6e500dc912880e6 /camel/camel-exception-list.def
parent852dc3bc1c3310baf3831b0648773e26daa4f9aa (diff)
downloadgsoc2013-evolution-fe17c009802b6f07df28a3c723c9520b5b8b08f7.tar
gsoc2013-evolution-fe17c009802b6f07df28a3c723c9520b5b8b08f7.tar.gz
gsoc2013-evolution-fe17c009802b6f07df28a3c723c9520b5b8b08f7.tar.bz2
gsoc2013-evolution-fe17c009802b6f07df28a3c723c9520b5b8b08f7.tar.lz
gsoc2013-evolution-fe17c009802b6f07df28a3c723c9520b5b8b08f7.tar.xz
gsoc2013-evolution-fe17c009802b6f07df28a3c723c9520b5b8b08f7.tar.zst
gsoc2013-evolution-fe17c009802b6f07df28a3c723c9520b5b8b08f7.zip
part of the mbox provider.
1999-12-22 bertrand <Bertrand.Guiheneuf@aful.org> * camel/providers/mbox/camel-mbox-store.h: * camel/providers/mbox/camel-mbox-store.c: * camel/providers/mbox/camel-mbox-folder.h: * camel/providers/mbox/camel-mbox-folder.c: part of the mbox provider. svn path=/trunk/; revision=1510
Diffstat (limited to 'camel/camel-exception-list.def')
-rw-r--r--camel/camel-exception-list.def11
1 files changed, 6 insertions, 5 deletions
diff --git a/camel/camel-exception-list.def b/camel/camel-exception-list.def
index f24bbdcb13..83701306a3 100644
--- a/camel/camel-exception-list.def
+++ b/camel/camel-exception-list.def
@@ -2,13 +2,14 @@ CAMEL_EXCEPTION_NONE = 0,
/* Generic exceptions */
CAMEL_EXCEPTION_INVALID_PARAM,
-
+CAMEL_EXCEPTION_SYSTEM,
/* CamelFolderException */
CAMEL_EXCEPTION_FOLDER_NULL,
-CAMEL_EXCEPTION_INVALID_FOLDER,
-CAMEL_EXCEPTION_INVALID_FOLDER_STATE,
-CAMEL_EXCEPTION_NON_EMPTY_FOLDER,
-CAMEL_EXCEPTION_NON_UID_FOLDER,
+CAMEL_EXCEPTION_FOLDER_INVALID,
+CAMEL_EXCEPTION_FOLDER_INVALID_STATE,
+CAMEL_EXCEPTION_FOLDER_NON_EMPTY,
+CAMEL_EXCEPTION_FOLDER_NON_UID,
+CAMEL_EXCEPTION_FOLDER_INSUFFICIENT_PERMISSION,