JSON-RPC 2.0
JSON-RPC 2.0 Modern C++ Library
|
Namespaces | |
namespace | detail |
Classes | |
class | RpcError |
Enumerations | |
enum class | RpcErrorCode { kParseError = -32700 , kInvalidRequest = -32600 , kMethodNotFound = -32601 , kInvalidParams = -32602 , kInternalError = -32603 , kServerError = -32000 , kTransportError = -32010 , kTimeoutError = -32001 , kClientError = -32099 , kClientSerializationError = -32002 , kClientDeserializationError = -32003 , kUnknownError = -32098 } |
Functions | |
auto | Ok () -> std::expected< void, RpcError > |
|
strong |
Definition at line 10 of file error.hpp.