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 and fromError that has been passed in as parameters to the RPCClient and RPCServer.
Specification
There are tests testing the error serialization and deserailazation. But none of theses are using a passed in
toErrorandfromErrorfunction.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
toErrorandfromErrorthat has been passed in as parameters to theRPCClientandRPCServer.