JSON-RPC 2.0
JSON-RPC 2.0 Modern C++ Library
Loading...
Searching...
No Matches
jsonrpc::server::Response Member List

This is the complete list of members for jsonrpc::server::Response, including all inherited members.

CreateLibError(LibErrorKind error_kind, const std::optional< nlohmann::json > &id=std::nullopt) -> Responsejsonrpc::server::Responsestatic
CreateResult(const nlohmann::json &result, const std::optional< nlohmann::json > &id) -> Responsejsonrpc::server::Responsestatic
CreateUserError(const nlohmann::json &error, const std::optional< nlohmann::json > &id) -> Responsejsonrpc::server::Responsestatic
FromUserResponse(const nlohmann::json &response_json, std::optional< nlohmann::json > id) -> Responsejsonrpc::server::Responsestatic
operator=(const Response &) -> Response &=deletejsonrpc::server::Response
operator=(Response &&other) noexcept -> Response &=deletejsonrpc::server::Response
Response()=deletejsonrpc::server::Response
Response(const Response &)=deletejsonrpc::server::Response
Response(Response &&other) noexceptjsonrpc::server::Response
ToJson() const -> nlohmann::jsonjsonrpc::server::Response
ToStr() const -> std::stringjsonrpc::server::Response
~Response()=defaultjsonrpc::server::Response