jsonrpc

package
v0.0.6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 2, 2025 License: MIT Imports: 1 Imported by: 0

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.",
	},
}

http://www.jsonrpc.org/specification#error_object

Functions

func GetRef

func GetRef() map[int]dictionary.Element

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL