oslo.messaging/oslo/messaging/_drivers
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
..
__init__.py Move files to new locations for oslo.messaging 2013-06-15 08:43:54 +01:00
amqp.py Pop _unique_id when checking for duplicates 2013-08-02 06:48:01 +01:00
amqpdriver.py Add API for expected endpoint exceptions 2013-08-07 12:52:54 +01:00
base.py Add API for expected endpoint exceptions 2013-08-07 12:52:54 +01:00
common.py Expose RemoteError exception in the public API 2013-08-07 12:52:58 +01:00
impl_fake.py Implement failure replies in the fake driver 2013-08-07 12:52:58 +01:00
impl_qpid.py Implement wait_for_reply timeout in rabbit driver 2013-08-07 06:51:03 +01:00
impl_rabbit.py Implement wait_for_reply timeout in rabbit driver 2013-08-07 06:51:03 +01:00
pool.py Remove only_free param to Pool.get() 2013-07-27 15:43:29 +01:00