This PR removes the implicit exception handling (i.e. resolving exception pointers to messages) in the JS bindings. This is another step on the way to remove the JS boilerplate code. Exceptions will now have to be resolved at the application level if the error message is of interest.
This PR removes the implicit exception handling (i.e. resolving exception pointers to messages) in the JS bindings. This is another step on the way to remove the JS boilerplate code. Exceptions will now have to be resolved at the application level if the error message is of interest.
FYI @sdunkel @kohakukun @muenstc