Expand description
JSON-RPC 2.0 protocol types
Implements the JSON-RPC 2.0 specification for request/response/notification.
Modules§
- error_
codes - Standard JSON-RPC error codes
Structs§
- RpcError
- JSON-RPC 2.0 error object
- RpcNotification
- JSON-RPC 2.0 notification (server → client, no id)
- RpcRequest
- JSON-RPC 2.0 request
- RpcResponse
- JSON-RPC 2.0 response