Indicates that an RPC call failed because executing the RPC function on the remote node resulted in an exception. More...
#include <rpc_utils.hpp>
Public Member Functions | |
remote_exception_occurred (node_id_t who) | |
Public Member Functions inherited from derecho::derecho_exception | |
derecho_exception (const std::string &message) | |
const char * | what () const noexcept |
Public Attributes | |
node_id_t | who |
Public Attributes inherited from derecho::derecho_exception | |
const std::string | message |
Indicates that an RPC call failed because executing the RPC function on the remote node resulted in an exception.
Definition at line 83 of file rpc_utils.hpp.
|
inline |
Definition at line 85 of file rpc_utils.hpp.
node_id_t derecho::rpc::remote_exception_occurred::who |
Definition at line 84 of file rpc_utils.hpp.