Class: OpenC3::JsonRpcError::ErrorCode

Inherits:
Object
  • Object
show all
Defined in:
lib/openc3/io/json_rpc.rb

Overview

Enumeration of JSON RPC error codes

Constant Summary collapse

PARSE_ERROR =
-32700
INVALID_REQUEST =
-32600
METHOD_NOT_FOUND =
-32601
INVALID_PARAMS =
-32602
INTERNAL_ERROR =
-32603
AUTH_ERROR =
-32500
FORBIDDEN_ERROR =
-32501
HAZARDOUS_ERROR =
-32502
# Server error reserved: -32000 to -32099
OTHER_ERROR =

Server error reserved: -32000 to -32099

-1