JSON::RPC::Error::Payload
Inherits JSON::Serializable < Struct < Value < Object
The structured error member of a JSON-RPC response. Parsed from the
wire and converted into an {Error} by {Client}.
Constructors
new(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
code
Sourcedata
Sourcemessage
Sourceto_error
Source