Open
Description
Specification
There are tests testing the error serialization and deserailazation. But none of theses are using a passed in toError
and fromError
function.
We need to add tests demonstrating how to create a custom from/to error functions and demonstrate their usage as well as confirm that they are working as intended.
Additional context
Tasks
- add tests demonstrating the usage of
toError
andfromError
that has been passed in as parameters to theRPCClient
andRPCServer
.