oslo.messaging/oslo/messaging
Mark McLoughlin 66f597f30d Expose RemoteError exception in the public API
If a remote endpoint raises an exception which the client is not allowed
to (or cannot) deserialize, then RPCClient.call() raises a RemoteError
exception instead.

Make this exception type part of the public API.

Change-Id: I70be0ab7d40af3224d93d6bd0522c1a82f6303c3
2013-08-07 12:52:58 +01:00
..
_drivers Expose RemoteError exception in the public API 2013-08-07 12:52:58 +01:00
_executors Add API for expected endpoint exceptions 2013-08-07 12:52:54 +01:00
notify Add a driver method specifically for sending notifications 2013-08-07 06:51:35 +01:00
openstack Add missing gettextutils 2013-07-27 15:49:48 +01:00
rpc Expose RemoteError exception in the public API 2013-08-07 12:52:58 +01:00
__init__.py Make Notifier public at top-level 2013-06-24 12:52:56 +01:00
_urls.py Make exchange_from_url() use parse_url() 2013-06-16 16:08:48 +01:00
_utils.py Move url utils into messaging._urls 2013-06-16 15:27:36 +01:00
exceptions.py Enforce target preconditions outside of drivers 2013-08-07 06:51:24 +01:00
serializer.py Rename context to ctxt in serializer API 2013-06-24 12:52:56 +01:00
server.py Simplify public symbol exports 2013-06-24 12:52:30 +01:00
target.py Include docstrings in published docs 2013-07-10 09:33:13 +01:00
transport.py Add a driver method specifically for sending notifications 2013-08-07 06:51:35 +01:00