Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
JsonRpcServerError.cs
2{
7 {
14 public JsonRpcServerError(int ErrorCode, string Message, object? Data)
15 : base(ErrorCode, Message, Data)
16 {
17 }
18 }
19}
Base class for JSON-RPC error responses.
Definition: JsonRpcError.cs:7
JsonRpcServerError(int ErrorCode, string Message, object? Data)
JSON-RPC Server error response.