class

JsonRpc::RemoteCallError

Inherits JsonRpc::Error / Exception / Reference / Object

Raised when the remote end signaled an invocation error

Constructors

new(message, object : JSON::Any)
Source

Instance methods

code

The JSON-RPC error code

Source
conforming?

Returns true if the #object format conforms to the JSON-RPC specification.

Source
data

The JSON-RPC error data. This is optional.

Source
object

The error object. See #conforming?

Source
remote_message

The JSON-RPC error message

Source