class MCProtocol::JSONRPCError

Overview

A response to a request that indicates an error occurred.

Included Modules

Defined in:

mcprotocol/jsonrpc_error.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(error : JSONRPCErrorError, id : RequestId, jsonrpc : String = "2.0") #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def error : JSONRPCErrorError #

[View source]
def id : RequestId #

[View source]
def jsonrpc : String #

[View source]