A class representing a JSON-RPC 2.0 error object.
codeNumeric JSON-RPC error code
messageMessage for the error
dataAny additional data associated with the error
new()Initialize a JSON-RPC error
JsonRpcError$new(code = NULL, message = NULL, data = NULL)
codeNumeric JSON-RPC error code
messageMessage for the error
dataAny additional data associated with the error
dehydrate()Dehydrate the error to a list
JsonRpcError$dehydrate()
clone()The objects of this class are cloneable with this method.
JsonRpcError$clone(deep = FALSE)
deepWhether to make a deep clone.