Packages

A high-performance, analytical Datalog engine for Gleam

Current section

Files

Jump to
aarondb include aarondb@mcp@server_JsonRpcError.hrl
Raw

include/aarondb@mcp@server_JsonRpcError.hrl

-record(json_rpc_error, {
code :: integer(),
message :: binary(),
data :: gleam@option:option(gleam@json:json())
}).