JSON-RPC 2.0
JSON-RPC 2.0 Modern C++ Library
Loading...
Searching...
No Matches
response.hpp File Reference
#include <optional>
#include <string>
#include <unordered_map>
#include <nlohmann/json.hpp>
Include dependency graph for response.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  jsonrpc::server::Response
 Represents a JSON-RPC response. More...
 

Namespaces

namespace  jsonrpc
 
namespace  jsonrpc::server
 

Typedefs

using jsonrpc::server::ErrorInfoMap
 

Enumerations

enum class  jsonrpc::server::LibErrorKind {
  jsonrpc::server::kParseError , jsonrpc::server::kInvalidRequest , jsonrpc::server::kMethodNotFound , jsonrpc::server::kInternalError ,
  jsonrpc::server::kServerError
}
 Enumeration for library error kinds. More...