diff options
| author | Justus Winter <4winter@informatik.uni-hamburg.de> | 2015-12-24 12:51:30 +0100 |
|---|---|---|
| committer | Justus Winter <4winter@informatik.uni-hamburg.de> | 2016-01-08 13:58:33 +0100 |
| commit | 9ed1eea8b63115343ec4a32907d9a1e1b9c0b7f1 (patch) | |
| tree | 74812d265e5cc417ccf55e1e69fcd2909f3c3598 /bindings/python/docs/source | |
| parent | e3d34ef0afba28a6e9dcab0057de90f688f4ca57 (diff) | |
python: add new errors
Add support for the new notmuch status codes UNSUPPORTED_OPERATION,
UPGRADE_REQUIRED, and PATH_ERROR.
Signed-off-by: Justus Winter <4winter@informatik.uni-hamburg.de>
Diffstat (limited to 'bindings/python/docs/source')
| -rw-r--r-- | bindings/python/docs/source/status_and_errors.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bindings/python/docs/source/status_and_errors.rst b/bindings/python/docs/source/status_and_errors.rst index dd6e31f8..68913f16 100644 --- a/bindings/python/docs/source/status_and_errors.rst +++ b/bindings/python/docs/source/status_and_errors.rst @@ -47,5 +47,11 @@ The following exceptions are all directly derived from NotmuchError. Each of the :members: .. autoexception:: UnbalancedAtomicError(message=None) :members: +.. autoexception:: UnsupportedOperationError(message=None) + :members: +.. autoexception:: UpgradeRequiredError(message=None) + :members: +.. autoexception:: PathError(message=None) + :members: .. autoexception:: NotInitializedError(message=None) :members: |
