Packages

Work with JSON RPC (jsonrpc 2.0)

Current section

Files

Jump to
pollux include pollux_ErrorObject.hrl
Raw

include/pollux_ErrorObject.hrl

-record(error_object, {
code :: integer(),
message :: binary(),
data :: oas@generator@utils:any_()
}).