JSON RPC
JSON-RPC 2.0 library for C++
wwa::json_rpc::exception Member List

This is the complete list of members for wwa::json_rpc::exception, including all inherited members.

code() const noexceptwwa::json_rpc::exceptioninline
data() const noexceptwwa::json_rpc::exceptioninline
exception(int code, std::string_view message, const T &data)wwa::json_rpc::exceptioninline
exception(int code, std::string_view message)wwa::json_rpc::exceptioninline
exception(const exception &)=defaultwwa::json_rpc::exception
exception(exception &&)=defaultwwa::json_rpc::exception
INTERNAL_ERRORwwa::json_rpc::exceptionstatic
INVALID_PARAMSwwa::json_rpc::exceptionstatic
INVALID_REQUESTwwa::json_rpc::exceptionstatic
m_codewwa::json_rpc::exceptionprivate
m_datawwa::json_rpc::exceptionprivate
m_messagewwa::json_rpc::exceptionprivate
message() const noexceptwwa::json_rpc::exceptioninline
METHOD_NOT_FOUNDwwa::json_rpc::exceptionstatic
operator=(const exception &rhs)=defaultwwa::json_rpc::exception
operator=(exception &&rhs)=defaultwwa::json_rpc::exception
PARSE_ERRORwwa::json_rpc::exceptionstatic
to_json() constwwa::json_rpc::exceptioninline
what() const noexcept overridewwa::json_rpc::exceptioninline
~exception() overridewwa::json_rpc::exception