66f597f30d
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
11 lines
139 B
ReStructuredText
11 lines
139 B
ReStructuredText
----------
|
|
RPC Client
|
|
----------
|
|
|
|
.. currentmodule:: oslo.messaging
|
|
|
|
.. autoclass:: RPCClient
|
|
:members:
|
|
|
|
.. autoexception:: RemoteError
|