Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
JsonRpcError.cs
1
namespace
Waher.Networking.HTTP.JsonRpc.Exceptions
2
{
6
public
class
JsonRpcError
:
JsonRpcException
7
{
14
public
JsonRpcError
(
int
ErrorCode
,
string
Message,
object
? Data)
15
: base(Message)
16
{
17
this.ErrorCode =
ErrorCode
;
18
this.ErrorData = Data;
19
}
20
24
public
int
ErrorCode
{
get
; }
25
29
public
object
?
ErrorData
{
get
; }
30
}
31
}
Waher.Networking.HTTP.JsonRpc.Exceptions.JsonRpcError
Base class for JSON-RPC error responses.
Definition:
JsonRpcError.cs:7
Waher.Networking.HTTP.JsonRpc.Exceptions.JsonRpcError.JsonRpcError
JsonRpcError(int ErrorCode, string Message, object? Data)
Base class for JSON-RPC error responses.
Definition:
JsonRpcError.cs:14
Waher.Networking.HTTP.JsonRpc.Exceptions.JsonRpcError.ErrorCode
int ErrorCode
JSON-RPC Error code.
Definition:
JsonRpcError.cs:24
Waher.Networking.HTTP.JsonRpc.Exceptions.JsonRpcError.ErrorData
object? ErrorData
Data associated with the error.
Definition:
JsonRpcError.cs:29
Waher.Networking.HTTP.JsonRpc.Exceptions.JsonRpcException
Base class for JSON-RPC exceptions.
Definition:
JsonRpcException.cs:9
Waher.Networking.HTTP.JsonRpc.Exceptions
Definition:
JsonRpcError.cs:2
IoTGateway
Networking
Waher.Networking.HTTP.JsonRpc
Exceptions
JsonRpcError.cs
Generated by
1.9.5