Class: Rack::RPC::Endpoint::JSONRPC::ClientError
Overview
ParseError
Constant Summary
- OPTIONS =
{:code => -32600, :message => "invalid request"}
Instance Attribute Summary (collapse)
-
- (void) code
inherited
from Error
Returns the value of attribute code.
-
- (Object) context
inherited
from Object
readonly
An arbitrary context associated with the object.
-
- (void) data
inherited
from Error
Returns the value of attribute data.
-
- (void) message
inherited
from Error
Returns the value of attribute message.
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.
- (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