oslo.messaging/doc/source/rpcclient.rst
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

11 lines
139 B
ReStructuredText

----------
RPC Client
----------
.. currentmodule:: oslo.messaging
.. autoclass:: RPCClient
:members:
.. autoexception:: RemoteError