Exceptions
Module that holds all the exceptions that can be raised by the dbus methods.
- exception ChatNotFoundError[source]
Couldn’t find chat for the given user.
- exception CorruptedHistoryError[source]
History is corrupted and we can’t do anything against it.
- exception HistoryNotAvailableError[source]
History for that particular user is not available.
- exception HistoryNotEnabledError[source]
History for that particular user is not enabled.
- exception MissingHistoryFileError[source]
Missing history file in the destination
- exception RequestFailedError[source]
Failed submit a request to the server.
- dbus_error(error_name, namespace=())
Special decorator for mapping exceptions to dbus style exceptions