Expand description
This module contains JSON-RPC 2.0’s error object and codes, as well as some associated constants.
Structs§
Enums§
Constants§
- INTERNAL_
ERROR - Code and message for
ErrorCode::InternalError
. - INVALID_
PARAMS - Code and message for
ErrorCode::InvalidParams
. - INVALID_
REQUEST - Code and message for
ErrorCode::InvalidRequest
. - METHOD_
NOT_ FOUND - Code and message for
ErrorCode::MethodNotFound
. - PARSE_
ERROR - Code and message for
ErrorCode::ParseError
. - SERVER_
ERROR - Message for
ErrorCode::ServerError
.