mirror of
https://git.notmuchmail.org/git/notmuch
synced 2025-01-03 15:21:41 +01:00
python: mention the exception class refactoring in the docs
Signed-off-by: Justus Winter <4winter@informatik.uni-hamburg.de>
This commit is contained in:
parent
a7561cc20b
commit
90fb4e8334
1 changed files with 6 additions and 0 deletions
|
@ -5,6 +5,12 @@ Status and Errors
|
|||
|
||||
Some methods return a status, indicating if an operation was successful and what the error was. Most of these status codes are expressed as a specific value, the :class:`notmuch.STATUS`.
|
||||
|
||||
.. note::
|
||||
|
||||
Prior to version 0.12 the exception classes and the enumeration
|
||||
:class:`notmuch.STATUS` were defined in `notmuch.globals`. They
|
||||
have since then been moved into `notmuch.errors`.
|
||||
|
||||
:class:`STATUS` -- Notmuch operation return value
|
||||
--------------------------------------------------
|
||||
|
||||
|
|
Loading…
Reference in a new issue