Packages

Encoders and decoders for JSON-RPC 2.0

Current section

Files

Jump to
jsonrpcx include jsonrpcx_ErrorResponse.hrl
Raw

include/jsonrpcx_ErrorResponse.hrl

-record(error_response, {
jsonrpc :: jsonrpcx:version(),
id :: jsonrpcx:id(),
error :: jsonrpcx:error_body(any())
}).