diff options
Diffstat (limited to 'camel/camel-exception-list.def')
-rw-r--r-- | camel/camel-exception-list.def | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/camel/camel-exception-list.def b/camel/camel-exception-list.def index fcb99e5a52..cdb95b1a81 100644 --- a/camel/camel-exception-list.def +++ b/camel/camel-exception-list.def @@ -26,6 +26,7 @@ CAMEL_EXCEPTION_FOLDER_SUMMARY_INVALID, /* CamelStoreException */ CAMEL_EXCEPTION_STORE_NULL = 200, CAMEL_EXCEPTION_STORE_INVALID, +CAMEL_EXCEPTION_STORE_NO_FOLDER, /* CamelServiceException */ CAMEL_EXCEPTION_SERVICE_NULL = 300, |