Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Ref = map[int]dictionary.Element{
-32700: {
Subject: "Parse error",
Description: "Invalid JSON was received by the server. An error occurred on the server while parsing the JSON text.",
},
-32600: {
Subject: "Invalid Request",
Description: "The JSON sent is not a valid Request object.",
},
-32601: {
Subject: "Method not found",
Description: "The method does not exist / is not available.",
},
-32602: {
Subject: "Invalid params",
Description: "Invalid method parameter(s).",
},
-32603: {
Subject: "Internal error",
Description: "Internal JSON-RPC error.",
},
}
Functions ¶
func GetRef ¶
func GetRef() map[int]dictionary.Element
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.