Packages

Encoders and decoders for JSON-RPC 2.0

Current section

Files

Jump to
jsonrpc include jsonrpc_ErrorResponse.hrl
Raw

include/jsonrpc_ErrorResponse.hrl

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