class
MCProtocol::JSONRPCError
- MCProtocol::JSONRPCError
- Reference
- Object
Overview
A response to a request that indicates an error occurred.
Included Modules
- JSON::Serializable
Defined in:
mcprotocol/jsonrpc_error.crConstructors
- .new(error : JSONRPCErrorError, id : RequestId, jsonrpc : String = "2.0")
- .new(pull : JSON::PullParser)