dbcppp icon indicating copy to clipboard operation
dbcppp copied to clipboard

Improve error handling

Open xR3b0rn opened this issue 5 years ago • 0 comments

Atm. libdbcppp prints the error to std::cout, what should be improved in a way, that the programmer does have the control over what to do in error case. Those error cases have to be handled::

  • signal creation fails
  • message creation fails
  • DBC parsing fails
  • KCD parsing fails

Possible library to use: https://github.com/ned14/outcome

xR3b0rn avatar Nov 14 '20 12:11 xR3b0rn