20.1.7.18. RpcOperationError

class RpcOperationError : public eprosima::fastdds::dds::rpc::RpcException

Base class for exceptions thrown by the RPC API when the server communicates an error.

Public Functions

inline RpcOperationError(const std::string &message)

Constructor.

inline RpcOperationError(const char *message)

Constructor.

RpcOperationError(const RpcOperationError &other) noexcept = default

Copy constructor.

RpcOperationError &operator=(const RpcOperationError &other) noexcept = default

Copy assignment.

virtual ~RpcOperationError() noexcept = default

Destructor.