abhijeetbhagat/genmei

Handle errors coming from the server

Opened this issue · 0 comments

Create an error handler on the connection object:

connection.error_handler (|e| { println! ("{}", e.message); });