Class: Rack::RPC::Endpoint::JSONRPC::ArgumentError

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

Overview

NoMethodError

Constant Summary collapse

OPTIONS =
{:code => -32602, :message => "invalid arguments"}

Instance Attribute Summary

Attributes inherited from Error

#code, #data, #message

Attributes inherited from Object

#context

Method Summary

Methods inherited from Error

#to_hash

Methods inherited from Object

#initialize, parse, #to_json

Constructor Details

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