Class: Rack::RPC::Endpoint::JSONRPC::ParseError

Inherits:
Error
  • Object
show all
Defined in:
lib/rack/rpc/endpoint/jsonrpc.rb

Overview

Error

Constant Summary

OPTIONS =
{:code => -32700, :message => "parse error"}

Instance Attribute Summary (collapse)

Constructor Details

This class inherits a constructor from Rack::RPC::Endpoint::JSONRPC::Object

Instance Attribute Details

- (void) code Originally defined in class Error

Returns the value of attribute code

- (Object) context (readonly) Originally defined in class Object

An arbitrary context associated with the object.

Returns:

- (void) data Originally defined in class Error

Returns the value of attribute data

- (void) message Originally defined in class Error

Returns the value of attribute message