Class: JsonRpcHandler::ErrorCode

Inherits:
Object
  • Object
show all
Defined in:
lib/json_rpc_handler.rb

Constant Summary collapse

INVALID_REQUEST =
-32600
METHOD_NOT_FOUND =
-32601
INVALID_PARAMS =
-32602
INTERNAL_ERROR =
-32603
PARSE_ERROR =
-32700