diff options
Diffstat (limited to 'camel/camel-exception-list.def')
-rw-r--r-- | camel/camel-exception-list.def | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/camel/camel-exception-list.def b/camel/camel-exception-list.def index 67c8a13a57..1444c59f2c 100644 --- a/camel/camel-exception-list.def +++ b/camel/camel-exception-list.def @@ -1 +1,10 @@ CAMEL_EXCEPTION_NONE, + +/* Generic exceptions */ +CAMEL_EXCEPTION_INVALID_PARAM, + + +/* CamelFolderException */ +CAMEL_EXCEPTION_FOLDER_NULL, +CAMEL_EXCEPTION_INVALID_FOLDER, + |