fix errors
This commit is contained in:
parent
8468207da3
commit
73c3e87a37
@ -79,7 +79,7 @@ pub const Notification = struct {
|
|||||||
/// JSONRPC response
|
/// JSONRPC response
|
||||||
pub const Response = struct {
|
pub const Response = struct {
|
||||||
jsonrpc: String = "2.0",
|
jsonrpc: String = "2.0",
|
||||||
@"error": ?Error = null,
|
// @"error": ?Error = null,
|
||||||
id: RequestId,
|
id: RequestId,
|
||||||
result: ResponseParams,
|
result: ResponseParams,
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user