class JsonRpc::RemoteCallError
- JsonRpc::RemoteCallError
- JsonRpc::Error
- Exception
- Reference
- Object
Overview
Raised when the remote end signaled an invocation error
Defined in:
json_rpc/remote_call_error.crConstructors
Instance Method Summary
-
#code : Int
The JSON-RPC error code
-
#conforming? : Bool
Returns
true
if the#object
format conforms to the JSON-RPC specification. -
#data : JSON::Any | Nil
The JSON-RPC error data.
-
#object : JSON::Any
The error object.
-
#remote_message : String
The JSON-RPC error message