Expand description
Standard JSON-RPC 2.0 error codes.
Constantsยง
- INTERNAL_
ERROR - Internal agent error.
- INVALID_
PARAMS - Invalid method parameters.
- INVALID_
REQUEST - The JSON sent is not a valid request object.
- METHOD_
NOT_ FOUND - The method does not exist.
- PARSE_
ERROR - Invalid JSON was received.