uber-archive / multitransport-jsonrpc

JSON-RPC Client (Node.js & Browser) and Server (Node.js) aim at "natural looking" server and client code.
116 stars 22 forks source link

Non-Error error responses not converted into Errors #46

Closed dfellis closed 10 years ago

dfellis commented 10 years ago

If the error response doesn't look like an Error object, don't convert it into one.

cc @squamos