[][src]Constant melib::backends::notmuch::bindings::_notmuch_status_NOTMUCH_STATUS_XAPIAN_EXCEPTION

pub const _notmuch_status_NOTMUCH_STATUS_XAPIAN_EXCEPTION: _notmuch_status = 3;

A Xapian exception occurred.

@todo We don't really want to expose this lame XAPIAN_EXCEPTION value. Instead we should map to things like DATABASE_LOCKED or whatever.