Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve error handling #38

Open
xR3b0rn opened this issue Nov 14, 2020 · 0 comments
Open

Improve error handling #38

xR3b0rn opened this issue Nov 14, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@xR3b0rn
Copy link
Owner

xR3b0rn commented Nov 14, 2020

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 xR3b0rn added the enhancement New feature or request label Nov 14, 2020
@xR3b0rn xR3b0rn self-assigned this Mar 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant