Packages

Work with JSON RPC (jsonrpc 2.0)

Current section

Files

Jump to
pollux include pollux_Response.hrl
Raw

include/pollux_Response.hrl

-record(response, {
version :: binary(),
id :: pollux:id(),
return :: {ok, any()} | {error, pollux:error_object()}
}).