Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
JsonRpcInternalError.cs
2{
7 {
14 public JsonRpcInternalError(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
JsonRpcInternalError(int ErrorCode, string Message, object? Data)
JSON-RPC Internal error response.