Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
JsonRpcInvalidRequestError.cs
1
namespace
Waher.Networking.HTTP.JsonRpc.Exceptions
2
{
6
public
class
JsonRpcInvalidRequestError
:
JsonRpcError
7
{
14
public
JsonRpcInvalidRequestError
(
int
ErrorCode
,
string
Message,
object
? Data)
15
: base(
ErrorCode
, Message, Data)
16
{
17
}
18
}
19
}
Waher.Networking.HTTP.JsonRpc.Exceptions.JsonRpcError
Base class for JSON-RPC error responses.
Definition:
JsonRpcError.cs:7
Waher.Networking.HTTP.JsonRpc.Exceptions.JsonRpcError.ErrorCode
int ErrorCode
JSON-RPC Error code.
Definition:
JsonRpcError.cs:24
Waher.Networking.HTTP.JsonRpc.Exceptions.JsonRpcInvalidRequestError
JSON-RPC Invalid Request error response.
Definition:
JsonRpcInvalidRequestError.cs:7
Waher.Networking.HTTP.JsonRpc.Exceptions.JsonRpcInvalidRequestError.JsonRpcInvalidRequestError
JsonRpcInvalidRequestError(int ErrorCode, string Message, object? Data)
JSON-RPC Invalid Request error response.
Definition:
JsonRpcInvalidRequestError.cs:14
Waher.Networking.HTTP.JsonRpc.Exceptions
Definition:
JsonRpcError.cs:2
IoTGateway
Networking
Waher.Networking.HTTP.JsonRpc
Exceptions
JsonRpcInvalidRequestError.cs
Generated by
1.9.5