delphirtl
Version:
RTL functions from Delphi
58 lines (29 loc) • 745 B
Markdown
[**delphirtl**](../README.md) • **Docs**
***
[delphirtl](../globals.md) / JSONRPCErrorCode
Enumeration: JSONRPCErrorCode
# Enumeration Members
## InternalError
**InternalError**: `-32603`
### Defined in
node\_modules/json-rpc-2.0/dist/models.d.ts:45
***
## InvalidParams
**InvalidParams**: `-32602`
### Defined in
node\_modules/json-rpc-2.0/dist/models.d.ts:44
***
## InvalidRequest
**InvalidRequest**: `-32600`
### Defined in
node\_modules/json-rpc-2.0/dist/models.d.ts:42
***
## MethodNotFound
**MethodNotFound**: `-32601`
### Defined in
node\_modules/json-rpc-2.0/dist/models.d.ts:43
***
## ParseError
**ParseError**: `-32700`
### Defined in
node\_modules/json-rpc-2.0/dist/models.d.ts:41