29 return "Method threw an exception.";
Class of exceptions in methods.
msgpack::object object_
Object in msgpack library.
const msgpack::object & object() const noexcept
Get the object in msgpack library.
MethodException(T &&object, std::enable_if_t<!std::is_same_v< std::decay_t< T >, MethodException >, void * >=nullptr)
Constructor.
const char * what() const noexcept override
Get the message of this exception.
Definition of MethodException class.
Namespace of methods in MessagePack-RPC.