Class: Rack::RPC::Endpoint::JSONRPC::ClientError

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

Overview

ParseError

Constant Summary

OPTIONS =
{:code => -32600, :message => "invalid request"}

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