Module: Jimson::ServerError

Defined in:
lib/jimson/server_error.rb

Defined Under Namespace

Classes: ApplicationError, Generic, InternalError, InvalidParams, InvalidRequest, MethodNotFound, ParseError

Constant Summary collapse

CODES =
{
  -32700 => ParseError,
  -32600 => InvalidRequest,
  -32601 => MethodNotFound,
  -32602 => InvalidParams,
  -32603 => InternalError
}